diff options
author | brooks <brooks@FreeBSD.org> | 2013-06-12 02:50:29 +0800 |
---|---|---|
committer | brooks <brooks@FreeBSD.org> | 2013-06-12 02:50:29 +0800 |
commit | 459fdad8a803172855bb2183f806556c75a5f8b6 (patch) | |
tree | 91574cdc2ac64f284e051f5a6fef5dc392b02d73 /lang/Makefile | |
parent | 7ef18f4743eec8326bb6d534fddb07e71398b8f3 (diff) | |
download | freebsd-ports-gnome-459fdad8a803172855bb2183f806556c75a5f8b6.tar.gz freebsd-ports-gnome-459fdad8a803172855bb2183f806556c75a5f8b6.tar.zst freebsd-ports-gnome-459fdad8a803172855bb2183f806556c75a5f8b6.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.
Diffstat (limited to 'lang/Makefile')
-rw-r--r-- | lang/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/Makefile b/lang/Makefile index c3bcc76eb8e1..e24692a7c163 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -32,6 +32,7 @@ SUBDIR += clang SUBDIR += clang-devel SUBDIR += clang31 + SUBDIR += clang33 SUBDIR += clay SUBDIR += clisp SUBDIR += clojure |