Date: Fri, 2 Apr 2004 20:06:09 -0500 (EST) From: michael johnson <ahze@ahze.net> To: FreeBSD-gnats-submit@FreeBSD.org Cc: dinoex@FreeBSD.org Subject: ports/65103: [PATCH] graphics/gd: [fix MAKE_ENV] Message-ID: <200404030106.i33169XU031060@gentoo.ahze.net> Resent-Message-ID: <200404030110.i331ALLJ093641@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 65103 >Category: ports >Synopsis: [PATCH] graphics/gd: [fix MAKE_ENV] >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: Fri Apr 02 17:10:21 PST 2004 >Closed-Date: >Last-Modified: >Originator: michael johnson >Release: FreeBSD 5.2-CURRENT i386 >Organization: >Environment: System: FreeBSD gentoo.ahze.net 5.2-CURRENT FreeBSD 5.2-CURRENT #37: Sat Mar 27 18:30:44 EST 2004 >Description: - Fix MAKE_ENV Port maintainer (dinoex@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.50 >How-To-Repeat: >Fix: --- gd-2.0.22,1.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/graphics/gd/Makefile,v retrieving revision 1.67 diff -u -r1.67 Makefile --- Makefile 26 Mar 2004 20:32:18 -0000 1.67 +++ Makefile 3 Apr 2004 01:05:16 -0000 @@ -21,7 +21,7 @@ png.5:${PORTSDIR}/graphics/png \ freetype.9:${PORTSDIR}/print/freetype2 -MAKE_ENV= WRKSRC="${WRKSRC}" CC=${CC} CFLAGS="${CFLAGS}" CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" +MAKE_ENV= WRKSRC="${WRKSRC}" CC="${CC}" CFLAGS="${CFLAGS}" CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" MAKEFILE= ${FILESDIR}/Makefile.bsd INSTALLS_SHLIB= yes SCRIPTDIR= ${FILESDIR} --- gd-2.0.22,1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200404030106.i33169XU031060>