Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Nov 2011 19:04:37 -0700
From:      Jan Beich <jbeich@tormail.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/162864: [patch] games/latrine: respect CFLAGS
Message-ID:  <1RTn98-000Mz0-Jk@internal.tormail.net>
Resent-Message-ID: <201111250420.pAP4K5QQ011289@freefall.freebsd.org>

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

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1RTn98-000Mz0-Jk>