diff options
author | brooks <brooks@FreeBSD.org> | 2010-05-01 00:43:50 +0800 |
---|---|---|
committer | brooks <brooks@FreeBSD.org> | 2010-05-01 00:43:50 +0800 |
commit | 08dc8dc2c7d90bc99c2f68141debf4ac652fc582 (patch) | |
tree | b801fb2f4a31f26aaf9a99eea2feb550ddf04fad /lang/clang-devel | |
parent | c682bb09679c24cc677ae27b784ddce82bd07480 (diff) | |
download | freebsd-ports-gnome-08dc8dc2c7d90bc99c2f68141debf4ac652fc582.tar.gz freebsd-ports-gnome-08dc8dc2c7d90bc99c2f68141debf4ac652fc582.tar.zst freebsd-ports-gnome-08dc8dc2c7d90bc99c2f68141debf4ac652fc582.zip |
Actually add the patch that makes the previous commt work.
Diffstat (limited to 'lang/clang-devel')
-rw-r--r-- | lang/clang-devel/files/patch-tools_clang_Makefile | 12 |
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 := + |