aboutsummaryrefslogtreecommitdiffstats
path: root/devel/clang/files/patch-Makefile
diff options
context:
space:
mode:
authorbrooks <brooks@FreeBSD.org>2010-04-29 05:05:03 +0800
committerbrooks <brooks@FreeBSD.org>2010-04-29 05:05:03 +0800
commit1bca2449d6943be2937c8359213d0b393fe5e44a (patch)
tree787038623f13a4af80d10900c736645948a99285 /devel/clang/files/patch-Makefile
parent00f5a08639bb1a2ac619dceb98d06ba9d1ea8cb0 (diff)
downloadfreebsd-ports-gnome-1bca2449d6943be2937c8359213d0b393fe5e44a.tar.gz
freebsd-ports-gnome-1bca2449d6943be2937c8359213d0b393fe5e44a.tar.zst
freebsd-ports-gnome-1bca2449d6943be2937c8359213d0b393fe5e44a.zip
Upgrade llvm, clang, and llvm-gcc to the 2.7 release.
Submitted by: mm (llvm and clang)
Diffstat (limited to 'devel/clang/files/patch-Makefile')
-rw-r--r--devel/clang/files/patch-Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/devel/clang/files/patch-Makefile b/devel/clang/files/patch-Makefile
index 59fe73be2c8e..2c887b01275d 100644
--- a/devel/clang/files/patch-Makefile
+++ b/devel/clang/files/patch-Makefile
@@ -3,12 +3,12 @@ $FreeBSD$
--- Makefile.orig
+++ Makefile
-@@ -24,7 +24,7 @@
+@@ -31,7 +31,7 @@
OPTIONAL_DIRS :=
else
- DIRS := lib/System lib/Support utils lib/VMCore lib tools/llvm-config \
-- tools runtime docs
-+ tools runtime %%DOCSRCDIR%%
- OPTIONAL_DIRS := examples projects bindings
+ DIRS := lib/System lib/Support utils lib/VMCore lib tools/llvm-shlib \
+- tools/llvm-config tools runtime docs unittests
++ tools/llvm-config tools runtime %%DOCSRCDIR%% unittests
+ OPTIONAL_DIRS := projects bindings
endif