summaryrefslogtreecommitdiff
path: root/devel/llvm
diff options
context:
space:
mode:
authorHye-Shik Chang <perky@FreeBSD.org>2006-05-20 06:59:16 +0000
committerHye-Shik Chang <perky@FreeBSD.org>2006-05-20 06:59:16 +0000
commit8364e340bfdde73a0efa503ce91222c5f46a23d7 (patch)
tree90062c1ab6d9caad2b477b151c7323f514b63597 /devel/llvm
parentBump the version number of the port for the new version of the script (diff)
This port requires GCC 3.3+ to build. This unbreaks build in 4-STABLE.
Notes
Notes: svn path=/head/; revision=162853
Diffstat (limited to 'devel/llvm')
-rw-r--r--devel/llvm/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/llvm/Makefile b/devel/llvm/Makefile
index 981d54f5c6cf..51fc0ebf9ce6 100644
--- a/devel/llvm/Makefile
+++ b/devel/llvm/Makefile
@@ -17,6 +17,7 @@ GNU_CONFIGURE= yes
USE_BISON= yes
USE_GMAKE= yes
USE_PERL5_BUILD=yes
+USE_GCC= 3.3+
MAKE_ENV= ENABLE_OPTIMIZED=1 # strips binaries
WRKSRC= ${WRKDIR}/llvm