diff options
author | marcus <marcus@FreeBSD.org> | 2007-05-28 12:24:28 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2007-05-28 12:24:28 +0800 |
commit | 67e2b156df97cf6929ea2446d207949071a82d73 (patch) | |
tree | 81d04dea42b6f6634095afce4192b585bad79ecf | |
parent | 0f98a85dbdea7f254b5b18285246a254bf5c67f9 (diff) | |
download | freebsd-ports-gnome-67e2b156df97cf6929ea2446d207949071a82d73.tar.gz freebsd-ports-gnome-67e2b156df97cf6929ea2446d207949071a82d73.tar.zst freebsd-ports-gnome-67e2b156df97cf6929ea2446d207949071a82d73.zip |
Allow these ports to be built with GCC 4.2.
-rw-r--r-- | graphics/inkscape/Makefile | 2 | ||||
-rw-r--r-- | textproc/libxml++26/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/graphics/inkscape/Makefile b/graphics/inkscape/Makefile index ec2e2bde38ae..8596215e03f1 100644 --- a/graphics/inkscape/Makefile +++ b/graphics/inkscape/Makefile @@ -28,7 +28,7 @@ WANT_GNOME= yes USE_GNOME= gnomehack desktopfileutils intlhack libxslt USE_GETTEXT= yes GNU_CONFIGURE= yes -USE_GCC= 3.4 +USE_GCC= 3.4+ CONFIGURE_ARGS= --with-popt \ --mandir=${PREFIX}/man CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/freetype2 -I${X11BASE}/include ${PTHREAD_CFLAGS}" \ diff --git a/textproc/libxml++26/Makefile b/textproc/libxml++26/Makefile index 4fd76a6ce72b..3b67edb5fa53 100644 --- a/textproc/libxml++26/Makefile +++ b/textproc/libxml++26/Makefile @@ -22,7 +22,7 @@ BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 LATEST_LINK= libxml++26 USE_GMAKE= yes -USE_GCC= 3.4 +USE_GCC= 3.4+ USE_GNOME= gnomehack gnometarget libxml2 pkgconfig GNU_CONFIGURE= yes INSTALLS_SHLIB= yes |