ports/179417: [PATCH] devel/avarice: add back CONFIGURE_ENV

William Grzybowski wg at FreeBSD.org
Fri Jun 7 19:50:00 UTC 2013


>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 at 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:


More information about the freebsd-ports-bugs mailing list