diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2014-01-30 17:06:30 +0000 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2014-01-30 17:06:30 +0000 |
commit | 3d3450e38b237c4037c4ee8f0b277e3df2059677 (patch) | |
tree | 574446c29c72a2fde68cf1c76d01b6b208e8e2b2 /devel/ccache | |
parent | 736a022e9083c0e1950a039511b8c7f09829842d (diff) | |
download | ports-3d3450e38b237c4037c4ee8f0b277e3df2059677.tar.gz ports-3d3450e38b237c4037c4ee8f0b277e3df2059677.zip |
Notes
Diffstat (limited to 'devel/ccache')
-rw-r--r-- | devel/ccache/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/devel/ccache/Makefile b/devel/ccache/Makefile index dbf6bfc283c3..0993a9d2e607 100644 --- a/devel/ccache/Makefile +++ b/devel/ccache/Makefile @@ -3,7 +3,7 @@ PORTNAME= ccache PORTVERSION= 3.1.9 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel MASTER_SITES= http://www.samba.org/ftp/ccache/ \ CRITICAL @@ -39,11 +39,12 @@ PLIST_SUB+= CCLINKDIR="${CCLINKDIR}" CCACHE_COMPILERS+= icc icpc .endif -GNU_COMPILERS+= 34 42 43 44 45 46 47 48 +GNU_COMPILERS+= 34 42 43 44 45 46 47 48 49 CCACHE_COMPILERS+= cc c++ gcc g++ ${GNU_COMPILERS:S|^|gcc|} ${GNU_COMPILERS:S|^|g++|} .if ${PORT_OPTIONS:MCLANGLINK} -CCACHE_COMPILERS+= clang clang++ +CLANG_COMPILERS+= 31 32 33 34 +CCACHE_COMPILERS+= clang clang++ ${CLANG_COMPILERS:S|^|clang|} ${CLANG_COMPILERS:S|^|clang++|} .endif .if ${PORT_OPTIONS:MLLVMLINK} |