Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Jun 2013 19:47:42 GMT
From:      William Grzybowski <wg@FreeBSD.org>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/179417: [PATCH] devel/avarice: add back CONFIGURE_ENV
Message-ID:  <201306071947.r57Jlgvx008340@freefall.freebsd.org>
Resent-Message-ID: <201306071950.r57Jo0wO008547@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         179417
>Category:       ports
>Synopsis:       [PATCH] devel/avarice: add back CONFIGURE_ENV
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jun 07 19:50:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     William Grzybowski
>Release:        FreeBSD 10.0-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD freefall.freebsd.org 10.0-CURRENT FreeBSD 10.0-CURRENT #1 r251226: Sat Jun 1 21:56:43 UTC 2013 peter@freefall.freebsd.org:/usr/obj/usr/src/sys/FREEFALL amd64

>Description:

	Looks like CONFIGURE_ENV was accidentaly removed, add it back.

>How-To-Repeat:

>Fix:

	See attached patch



--- avarice.patch begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 319400)
+++ Makefile	(working copy)
@@ -16,7 +16,7 @@
 USE_PERL5=	yes
 
 GNU_CONFIGURE=	yes
-#CONFIGURE_ENV=	LDFLAGS=-L${LOCALBASE}/lib CPPFLAGS=-I${LOCALBASE}/include
+CONFIGURE_ENV=	LDFLAGS=-L${LOCALBASE}/lib CPPFLAGS=-I${LOCALBASE}/include
 
 MAN1=		avarice.1 ice-gdb.1 ice-insight.1
 
--- avarice.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306071947.r57Jlgvx008340>