diff options
author | brooks <brooks@FreeBSD.org> | 2010-04-29 05:05:03 +0800 |
---|---|---|
committer | brooks <brooks@FreeBSD.org> | 2010-04-29 05:05:03 +0800 |
commit | 1bca2449d6943be2937c8359213d0b393fe5e44a (patch) | |
tree | 787038623f13a4af80d10900c736645948a99285 /devel/clang/files/patch-Makefile | |
parent | 00f5a08639bb1a2ac619dceb98d06ba9d1ea8cb0 (diff) | |
download | freebsd-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-Makefile | 10 |
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 |