Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Dec 2011 02:16:35 +0900
From:      Jan Beich <jbeich@tormail.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/163249: [patch] archivers/lzlib: respect CXX/CXXFLAGS
Message-ID:  <1RaVyE-0003nC-05@internal.tormail.net>
Resent-Message-ID: <201112131720.pBDHK7kf050983@freefall.freebsd.org>

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

>Number:         163249
>Category:       ports
>Synopsis:       [patch] archivers/lzlib: respect CXX/CXXFLAGS
>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:   Tue Dec 13 17:20:07 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Jan Beich
>Release:        FreeBSD 10.0-CURRENT amd64
>Organization:
>Environment:
# slightly different from pointyhat
$ export PATH=~/.bin:$PATH
$ for cc in CC cc c++ gcc g++ cpp; do ln -s /usr/bin/false ~/.bin/${cc}; done
>Description:
>How-To-Repeat:
http://pointyhat.freebsd.org/errorlogs/amd64-errorlogs/e.9-exp.20110723205754/lzlib-1.1.log
>Fix:
--- cc.diff begins here ---
Index: archivers/lzlib/Makefile
===================================================================
RCS file: /a/.csup/ports/archivers/lzlib/Makefile,v
retrieving revision 1.2
diff -u -p -r1.2 Makefile
--- archivers/lzlib/Makefile	16 Jan 2011 07:14:09 -0000	1.2
+++ archivers/lzlib/Makefile	13 Dec 2011 17:11:50 -0000
@@ -18,6 +18,7 @@ PLIST_FILES=	include/lzlib.h \
 
 GNU_CONFIGURE=	yes
 USE_GMAKE=	yes
+MAKE_ARGS=	${MAKE_ENV}
 INFO=		lzlib
 
 .include <bsd.port.mk>
--- cc.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?1RaVyE-0003nC-05>