diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-04-23 23:27:14 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-04-23 23:27:14 +0800 |
commit | 8fb0fac01cf06ab0cbce14cac7043362272e4fba (patch) | |
tree | d2ff8805c492b769624e62c2b4a50cc88f1becac | |
parent | 8df8d6ec2ccfba14b2397679e98288df2df5bf1e (diff) | |
download | freebsd-ports-gnome-8fb0fac01cf06ab0cbce14cac7043362272e4fba.tar.gz freebsd-ports-gnome-8fb0fac01cf06ab0cbce14cac7043362272e4fba.tar.zst freebsd-ports-gnome-8fb0fac01cf06ab0cbce14cac7043362272e4fba.zip |
- Add link for clang36
PR: 199640
Submitted by: amdmi3
Approved by: bdrewery (maintainer)
-rw-r--r-- | devel/ccache/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/ccache/Makefile b/devel/ccache/Makefile index cf46b59294c7..6a2bbcdb07de 100644 --- a/devel/ccache/Makefile +++ b/devel/ccache/Makefile @@ -3,7 +3,7 @@ PORTNAME= ccache PORTVERSION= 3.2.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= http://www.samba.org/ftp/ccache/ \ LOCAL/bdrewery @@ -51,7 +51,7 @@ GNU_COMPILERS+= 34 42 43 44 45 46 47 48 49 5 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 -devel +CLANG_COMPILERS+= 31 32 33 34 35 36 -devel CCACHE_COMPILERS+= clang clang++ ${CLANG_COMPILERS:S|^|clang|} ${CLANG_COMPILERS:S|^|clang++|} .endif |