ports/devel/clang/files/patch-Makefile
Brooks Davis c17defb201 Add a port of the clang C, Objective-C, and (soon) C++ compiler version
2.6.

NOTE: this port is slightly evil and both depends on llvm and builds all
of it.  We hope to find the correct make string to fix this, but wanted
make clang available now.
2009-10-24 23:30:19 +00:00

15 lines
287 B
Plaintext

$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