aboutsummaryrefslogtreecommitdiffstats
path: root/lang/clang/files
diff options
context:
space:
mode:
authorbrooks <brooks@FreeBSD.org>2009-10-25 07:30:19 +0800
committerbrooks <brooks@FreeBSD.org>2009-10-25 07:30:19 +0800
commit9771dc9ce6ae0974a158f4eb1177ed0a741d4f66 (patch)
treef2496d81ac9380527e641d179e3ed421af869725 /lang/clang/files
parent6b03a854e9799addbf65aecb6f52d4c637d4fe19 (diff)
downloadfreebsd-ports-gnome-9771dc9ce6ae0974a158f4eb1177ed0a741d4f66.tar.gz
freebsd-ports-gnome-9771dc9ce6ae0974a158f4eb1177ed0a741d4f66.tar.zst
freebsd-ports-gnome-9771dc9ce6ae0974a158f4eb1177ed0a741d4f66.zip
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.
Diffstat (limited to 'lang/clang/files')
-rw-r--r--lang/clang/files/patch-Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/lang/clang/files/patch-Makefile b/lang/clang/files/patch-Makefile
new file mode 100644
index 000000000000..59fe73be2c8e
--- /dev/null
+++ b/lang/clang/files/patch-Makefile
@@ -0,0 +1,14 @@
+
+$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
+