summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorBrooks Davis <brooks@FreeBSD.org>2008-06-18 17:51:55 +0000
committerBrooks Davis <brooks@FreeBSD.org>2008-06-18 17:51:55 +0000
commit0f1e52866d353a922c283234ab0fc7472c063970 (patch)
treed9b68cbfd327ac4c6b27b0676e44e7190225080a /lang
parentbump PORTREVISION because of ogre3d update (diff)
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.
Notes
Notes: svn path=/head/; revision=215085
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