[Midnightbsd-cvs] mports: Makefile: gcc change

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Mon Nov 5 18:09:49 EST 2007


Log Message:
-----------
gcc change

Modified Files:
--------------
    mports/x11-toolkits/gnustep-gui:
        Makefile (r1.6 -> r1.7)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/x11-toolkits/gnustep-gui/Makefile,v
retrieving revision 1.6
retrieving revision 1.7
diff -L x11-toolkits/gnustep-gui/Makefile -L x11-toolkits/gnustep-gui/Makefile -u -r1.6 -r1.7
--- x11-toolkits/gnustep-gui/Makefile
+++ x11-toolkits/gnustep-gui/Makefile
@@ -8,7 +8,7 @@
 
 PORTNAME=	gnustep-gui
 PORTVERSION=	0.12.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	x11-toolkits gnustep
 MASTER_SITES=	${MASTER_SITE_GNUSTEP}
 MASTER_SITE_SUBDIR=	core
@@ -22,6 +22,8 @@
 LIB_DEPENDS+=	ungif.5:${PORTSDIR}/graphics/libungif
 
 GNU_CONFIGURE=	yes
+CPPFLAGS+=	"-I/usr/local/include"
+LDFLAGS+=	"-L/usr/local/lib"
 CONFIGURE_TARGET=
 CONFIGURE_ARGS+=	--with-tiff-library=${LOCALBASE}/lib
 CONFIGURE_ARGS+=	--with-tiff-include=${LOCALBASE}/include


More information about the Midnightbsd-cvs mailing list