summaryrefslogtreecommitdiff
path: root/lang/clang
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2015-09-25 15:59:19 +0000
committertnn <tnn@pkgsrc.org>2015-09-25 15:59:19 +0000
commit6ed6de702eb408fbdec561bc24c44b64ff688f78 (patch)
tree4bbfd840487e97d5b1eb2fb2f8bfd255f0bf3954 /lang/clang
parent1e2d3e9a60283f1e61aca6815eafdc0dd78c0602 (diff)
downloadpkgsrc-6ed6de702eb408fbdec561bc24c44b64ff688f78.tar.gz
preempt any fallout by including a comment abount making sure MesaLib
still works when updating this.
Diffstat (limited to 'lang/clang')
-rw-r--r--lang/clang/Makefile.common5
1 files changed, 4 insertions, 1 deletions
diff --git a/lang/clang/Makefile.common b/lang/clang/Makefile.common
index d87e6b3202d..f17c7f78567 100644
--- a/lang/clang/Makefile.common
+++ b/lang/clang/Makefile.common
@@ -1,7 +1,10 @@
-# $NetBSD: Makefile.common,v 1.7 2015/07/20 05:49:53 adam Exp $
+# $NetBSD: Makefile.common,v 1.8 2015/09/25 15:59:19 tnn Exp $
#
# used by lang/clang/Makefile
# used by lang/libLLVM/Makefile
+# Keep in mind that the MesaLib package is also heavily reliant on libLLVM.
+# The mesa project tends to release new stables whenever clang is updated,
+# so it is a good idea to update that package simultaneously.
DISTNAME= clang-3.6.2
CATEGORIES= lang