freebsd-ports/devel/llvm/files/patch-Makefile
2009-03-04 21:01:10 +00:00

14 lines
287 B
Text

$FreeBSD$
--- Makefile.orig
+++ Makefile
@@ -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