aboutsummaryrefslogtreecommitdiff
path: root/devel/Makefile
diff options
context:
space:
mode:
authorBrooks Davis <brooks@FreeBSD.org>2013-06-11 18:50:29 +0000
committerBrooks Davis <brooks@FreeBSD.org>2013-06-11 18:50:29 +0000
commit6839fd47fe84b020377a4f15366664480fe98b63 (patch)
tree91574cdc2ac64f284e051f5a6fef5dc392b02d73 /devel/Makefile
parentf17526b8ae4125b07fa14add5700869f2f7fa47b (diff)
downloadports-6839fd47fe84b020377a4f15366664480fe98b63.tar.gz
ports-6839fd47fe84b020377a4f15366664480fe98b63.zip
Add ports of clang and LLVM 3.3.rc3. Unlike previous ports these
install primarily in ${PREFIX}/llvm33 with wrapper scripts in ${PREFIX}/bin named clang33, llc33, etc. In an additional change, the clang static analyzer's python wrapper and web bits are not installed.
Notes
Notes: svn path=/head/; revision=320628
Diffstat (limited to 'devel/Makefile')
-rw-r--r--devel/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index c794a5680634..770f51d5ff50 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -1152,6 +1152,7 @@
SUBDIR += llvm
SUBDIR += llvm-devel
SUBDIR += llvm31
+ SUBDIR += llvm33
SUBDIR += lmdbg
SUBDIR += lndir
SUBDIR += lockfree-malloc