ports/69563: [ maintainer ] sysutils/gkrellfire: respect CFLAGS

Roman Bogorodskiy bogorodskiy at inbox.ru
Sun Jul 25 12:40:27 UTC 2004


>Number:         69563
>Category:       ports
>Synopsis:       [ maintainer ] sysutils/gkrellfire: respect CFLAGS
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jul 25 12:40:25 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Roman Bogorodskiy
>Release:        FreeBSD 5.2.1-RELEASE-p9 i386
>Organization:
>Environment:
System: FreeBSD lame.novel.ru 5.2.1-RELEASE-p9 FreeBSD 5.2.1-RELEASE-p9 #6: Tue Jul 20 17:04:20 MSD 2004 root at lame.novel.ru:/usr/obj/usr/src/sys/NOV i386


>Description:
	Make the port's "build" script (${WRKSRC}/build) respect CFLAGS. 
>How-To-Repeat:
>Fix:

diff -ruN gkrellfire.orig/Makefile gkrellfire/Makefile
--- gkrellfire.orig/Makefile	Sun Jul 25 11:58:36 2004
+++ gkrellfire/Makefile	Sun Jul 25 11:59:16 2004
@@ -22,7 +22,7 @@
 USE_REINPLACE=	yes
 
 post-extract:
-	@${REINPLACE_CMD} -e 's|gcc|${CC}|g' ${WRKSRC}/build
+	@${REINPLACE_CMD} -e 's|gcc|${CC} ${CFLAGS}|g' ${WRKSRC}/build
 
 do-build:
 	@cd ${WRKSRC} && ./build


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



More information about the freebsd-ports-bugs mailing list