aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2005-09-01 05:44:37 +0800
committermarcus <marcus@FreeBSD.org>2005-09-01 05:44:37 +0800
commitcd0bb49b93dbccc50496fbd462281c3558e9dbaf (patch)
treeb459b5d5b9e8e21ba576c491d21405aa2a4f0f67
parentd4103d4aea8efe73adf9d25c396a4fcdb67fa9ce (diff)
downloadfreebsd-ports-gnome-cd0bb49b93dbccc50496fbd462281c3558e9dbaf.tar.gz
freebsd-ports-gnome-cd0bb49b93dbccc50496fbd462281c3558e9dbaf.tar.zst
freebsd-ports-gnome-cd0bb49b93dbccc50496fbd462281c3558e9dbaf.zip
Use the newer versions of GCC to build anjuta.
Reported by: pointyhat via kris
-rw-r--r--devel/anjuta/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/anjuta/Makefile b/devel/anjuta/Makefile
index 4763a5314784..b88a2c8f2fa5 100644
--- a/devel/anjuta/Makefile
+++ b/devel/anjuta/Makefile
@@ -26,6 +26,7 @@ INSTALLS_OMF= yes
USE_REINPLACE= yes
USE_GNOME= gnomeprefix gnomehack libgnomeprintui libgnomeui vte
USE_LIBTOOL_VER=15
+USE_GCC= 3.4+
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"