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.
15 lines
287 B
Plaintext
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
|
|
|