diff options
author | Brooks Davis <brooks@FreeBSD.org> | 2010-04-30 16:43:50 +0000 |
---|---|---|
committer | Brooks Davis <brooks@FreeBSD.org> | 2010-04-30 16:43:50 +0000 |
commit | 63f0980196db87675b4a62d6bc004e07e590ebdc (patch) | |
tree | e9e0a3299fbcf0cbbf7be725e30503ebc6de97e0 /lang/clang | |
parent | ecc949d307d458c7f4084f1094e4b3e6bcb9e542 (diff) | |
download | ports-63f0980196db87675b4a62d6bc004e07e590ebdc.tar.gz ports-63f0980196db87675b4a62d6bc004e07e590ebdc.zip |
Notes
Diffstat (limited to 'lang/clang')
-rw-r--r-- | lang/clang/files/patch-tools_clang_Makefile | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lang/clang/files/patch-tools_clang_Makefile b/lang/clang/files/patch-tools_clang_Makefile new file mode 100644 index 000000000000..09ca4da51a86 --- /dev/null +++ b/lang/clang/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 := + |