aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authorbrooks <brooks@FreeBSD.org>2008-06-19 01:51:55 +0800
committerbrooks <brooks@FreeBSD.org>2008-06-19 01:51:55 +0800
commited2fdbeaf74f29868013a8a609e95cc7ae4c75fb (patch)
tree28276075593c946f1587d1f03021cb718c9fea2a /lang
parenta51ee24d490184a27fc5feb06cc7714315bc532c (diff)
downloadfreebsd-ports-gnome-ed2fdbeaf74f29868013a8a609e95cc7ae4c75fb.tar.gz
freebsd-ports-gnome-ed2fdbeaf74f29868013a8a609e95cc7ae4c75fb.tar.zst
freebsd-ports-gnome-ed2fdbeaf74f29868013a8a609e95cc7ae4c75fb.zip
Fix the build in 6.x by requiring GCC 4.2+. This may not be exactly the right
string, but half an hour of searching around the gcc source and website sheds no light on when -Wno-variadic-macros was added.
Diffstat (limited to 'lang')
-rw-r--r--lang/llvm-gcc4/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/llvm-gcc4/Makefile b/lang/llvm-gcc4/Makefile
index a9deb3732cb1..c270f3c4be77 100644
--- a/lang/llvm-gcc4/Makefile
+++ b/lang/llvm-gcc4/Makefile
@@ -19,6 +19,7 @@ BUILD_DEPENDS= llc:${PORTSDIR}/devel/llvm
GNU_CONFIGURE= yes
USE_BISON= build
+USE_GCC= 4.2+
USE_GMAKE= yes
USE_ICONV= yes
USE_PERL5_BUILD=yes