Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Apr 2008 18:20:35 GMT
From:      Frank Fenor <frank@fenor.de>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/122937: archivers/zip does not respect CC
Message-ID:  <200804201820.m3KIKZKG075028@www.freebsd.org>
Resent-Message-ID: <200804201830.m3KIU3VT003788@freefall.freebsd.org>

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

>Number:         122937
>Category:       ports
>Synopsis:       archivers/zip 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:
archivers/zip 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 zip.vanilla/Makefile zip/Makefile
--- zip.vanilla/Makefile	2007-08-04 05:00:27.000000000 +0200
+++ zip/Makefile	2008-04-20 16:59:12.000000000 +0200
@@ -17,6 +17,7 @@
 
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
 MAKEFILE=	unix/Makefile
+MAKE_ENV+=	CC="${CC}"
 ALL_TARGET=	generic
 MAN1=		zip.1
 


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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200804201820.m3KIKZKG075028>