aboutsummaryrefslogtreecommitdiff
path: root/lang/clang-devel
diff options
context:
space:
mode:
authorBrooks Davis <brooks@FreeBSD.org>2010-04-30 16:43:50 +0000
committerBrooks Davis <brooks@FreeBSD.org>2010-04-30 16:43:50 +0000
commit63f0980196db87675b4a62d6bc004e07e590ebdc (patch)
treee9e0a3299fbcf0cbbf7be725e30503ebc6de97e0 /lang/clang-devel
parentecc949d307d458c7f4084f1094e4b3e6bcb9e542 (diff)
downloadports-63f0980196db87675b4a62d6bc004e07e590ebdc.tar.gz
ports-63f0980196db87675b4a62d6bc004e07e590ebdc.zip
Actually add the patch that makes the previous commt work.
Notes
Notes: svn path=/head/; revision=253479
Diffstat (limited to 'lang/clang-devel')
-rw-r--r--lang/clang-devel/files/patch-tools_clang_Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/lang/clang-devel/files/patch-tools_clang_Makefile b/lang/clang-devel/files/patch-tools_clang_Makefile
new file mode 100644
index 000000000000..09ca4da51a86
--- /dev/null
+++ b/lang/clang-devel/files/patch-tools_clang_Makefile
@@ -0,0 +1,12 @@
+
+$FreeBSD$
+
+--- tools/clang/Makefile.orig
++++ tools/clang/Makefile
+@@ -1,5 +1,5 @@
+ LEVEL = ../..
+-DIRS := include lib tools docs
++DIRS := include lib tools %%DOCSRCDIR%%
+
+ PARALLEL_DIRS :=
+