aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-08-19 00:09:14 +0800
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-08-19 00:09:14 +0800
commit4e258c28e1c28349444ae054044b17b30b0eeb69 (patch)
tree0eba5b887e0137a79e2c779c4359f838b41eab27 /devel
parent4cdb62cb77c890cfef9dc7bf7e703666f6a1fea8 (diff)
downloadfreebsd-ports-gnome-4e258c28e1c28349444ae054044b17b30b0eeb69.tar.gz
freebsd-ports-gnome-4e258c28e1c28349444ae054044b17b30b0eeb69.tar.zst
freebsd-ports-gnome-4e258c28e1c28349444ae054044b17b30b0eeb69.zip
- Add links for clang37
Approved by: bdrewery (maintainer, implicit)
Diffstat (limited to 'devel')
-rw-r--r--devel/ccache/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/ccache/Makefile b/devel/ccache/Makefile
index a37b1925cfdf..817ff1e0252d 100644
--- a/devel/ccache/Makefile
+++ b/devel/ccache/Makefile
@@ -3,7 +3,7 @@
PORTNAME= ccache
PORTVERSION= 3.2.2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= devel
MASTER_SITES= http://www.samba.org/ftp/ccache/ \
LOCAL/bdrewery
@@ -52,7 +52,7 @@ GNU_COMPILERS+= 34 42 43 44 45 46 47 48 49 5 6
CCACHE_COMPILERS+= cc c++ CC gcc g++ ${GNU_COMPILERS:S|^|gcc|} ${GNU_COMPILERS:S|^|g++|}
.if ${PORT_OPTIONS:MCLANGLINK}
-CLANG_COMPILERS+= 31 32 33 34 35 36 -devel
+CLANG_COMPILERS+= 31 32 33 34 35 36 37 -devel
CCACHE_COMPILERS+= clang clang++ ${CLANG_COMPILERS:S|^|clang|} ${CLANG_COMPILERS:S|^|clang++|}
.endif