From 82e04730a4492b065bcf444f76cd19595bde6d60 Mon Sep 17 00:00:00 2001 From: brooks Date: Wed, 4 Mar 2009 21:01:10 +0000 Subject: 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 --- devel/llvm/files/patch-Makefile | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'devel/llvm/files') 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 -- cgit