ports/162864: [patch] games/latrine: respect CFLAGS

Jan Beich jbeich at tormail.net
Fri Nov 25 04:20:06 UTC 2011


>Number:         162864
>Category:       ports
>Synopsis:       [patch] games/latrine: respect CFLAGS
>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 Nov 25 04:20:05 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Jan Beich
>Release:        FreeBSD 10.0-CURRENT amd64
>Organization:
>Environment:
>Description:
>How-To-Repeat:
>Fix:
--- cflags.diff begins here ---
Index: games/latrine/Makefile
===================================================================
RCS file: /a/.csup/ports/games/latrine/Makefile,v
retrieving revision 1.9
diff -u -p -r1.9 Makefile
--- games/latrine/Makefile	11 Apr 2011 08:34:15 -0000	1.9
+++ games/latrine/Makefile	25 Nov 2011 00:45:28 -0000
@@ -15,7 +15,8 @@ MAINTAINER=	nox at FreeBSD.org
 COMMENT=	Curses-based LAnguage TRaINEr
 
 GNU_CONFIGURE=	yes
-CONFIGURE_ARGS=	"CFLAGS=-I${LOCALBASE}/include -I${WRKDIR} -D_XOPEN_SOURCE_EXTENDED" LDFLAGS=-L${LOCALBASE}/lib
+CPPFLAGS+=	-I${LOCALBASE}/include -D_XOPEN_SOURCE_EXTENDED
+LDFLAGS+=	-L${LOCALBASE}/lib
 USE_GMAKE=	yes
 USE_GETTEXT=	yes
 USE_NCURSES=	yes
--- cflags.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list