ports/122939: graphics/jbigkit does not respect CC

Frank Fenor frank at fenor.de
Sun Apr 20 18:30:04 UTC 2008


>Number:         122939
>Category:       ports
>Synopsis:       graphics/jbigkit does not respect CC
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Apr 20 18:30:03 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Frank Fenor
>Release:        FreeBSD 7.0-PRERELEASE
>Organization:
>Environment:
FreeBSD konzentrisch.de 7.0-PRERELEASE FreeBSD 7.0-PRERELEASE #5: Tue Feb  5 00:33:58 CET 2008
>Description:
graphics/jbigkit uses "cc" to build in any case, regardless of what CC is set to.
>How-To-Repeat:

>Fix:
Apply the attached patch.

Patch attached with submission follows:

diff -Nru jbigkit.vanilla/Makefile jbigkit/Makefile
--- jbigkit.vanilla/Makefile	2007-01-30 11:25:24.000000000 +0100
+++ jbigkit/Makefile	2008-04-20 16:26:25.000000000 +0200
@@ -15,6 +15,7 @@
 
 WRKSRC=	${WRKDIR}/${PORTNAME}
 
+MAKE_ENV+=	CC="${CC}"
 USE_LDCONFIG=	yes
 
 MAN1=	jbgtopbm.1 pbmtojbg.1


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



More information about the freebsd-ports-bugs mailing list