diff options
author | brooks <brooks@FreeBSD.org> | 2009-03-05 05:01:10 +0800 |
---|---|---|
committer | brooks <brooks@FreeBSD.org> | 2009-03-05 05:01:10 +0800 |
commit | 82e04730a4492b065bcf444f76cd19595bde6d60 (patch) | |
tree | a6910bda3fae0b6a83cfa8292e85193c86c39d87 /devel/llvm/files | |
parent | 960732a48d7156e1474dad6ab854f61ebe0aa1e6 (diff) | |
download | freebsd-ports-gnome-82e04730a4492b065bcf444f76cd19595bde6d60.tar.gz freebsd-ports-gnome-82e04730a4492b065bcf444f76cd19595bde6d60.tar.zst freebsd-ports-gnome-82e04730a4492b065bcf444f76cd19595bde6d60.zip |
Upgrade llvm and llvm-gcc to the 2.5 release.
See the release notes for details:
http://www.llvm.org/releases/2.5/docs/ReleaseNotes.html
Diffstat (limited to 'devel/llvm/files')
-rw-r--r-- | devel/llvm/files/patch-Makefile | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/devel/llvm/files/patch-Makefile b/devel/llvm/files/patch-Makefile index 774f0db717fe..59fe73be2c8e 100644 --- a/devel/llvm/files/patch-Makefile +++ b/devel/llvm/files/patch-Makefile @@ -3,12 +3,12 @@ $FreeBSD$ --- Makefile.orig +++ Makefile -@@ -18,7 +18,7 @@ - # 6. Build tools, runtime, docs. - # - DIRS := lib/System lib/Support utils lib/VMCore lib tools/llvm-config \ -- tools runtime docs -+ tools runtime %%DOCSRCDIR%% +@@ -24,7 +24,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 + endif - OPTIONAL_DIRS := examples projects bindings - EXTRA_DIST := test llvm.spec include win32 Xcode |