Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Jul 2004 16:33:30 +0400
From:      Roman Bogorodskiy <bogorodskiy@inbox.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/69563: [ maintainer ] sysutils/gkrellfire: respect CFLAGS
Message-ID:  <E1BoiC1-000K0I-00.bogorodskiy-inbox-ru@mx2.mail.ru>
Resent-Message-ID: <200407251240.i6PCeRoX053741@freefall.freebsd.org>

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

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1BoiC1-000K0I-00.bogorodskiy-inbox-ru>