diff options
author | brooks <brooks@FreeBSD.org> | 2008-06-19 01:51:55 +0800 |
---|---|---|
committer | brooks <brooks@FreeBSD.org> | 2008-06-19 01:51:55 +0800 |
commit | ed2fdbeaf74f29868013a8a609e95cc7ae4c75fb (patch) | |
tree | 28276075593c946f1587d1f03021cb718c9fea2a /lang | |
parent | a51ee24d490184a27fc5feb06cc7714315bc532c (diff) | |
download | freebsd-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/Makefile | 1 |
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 |