diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2014-02-13 11:56:42 +0800 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2014-02-13 11:56:42 +0800 |
commit | 7a6db3a5c84eee79477b96162b8e03034340bcf6 (patch) | |
tree | 367da88d465f5ee00244a8505cc3f071b31b0862 /devel | |
parent | 6b4d77ee32c3d6a9e144a34aa4977ef5803f8e35 (diff) | |
download | freebsd-ports-gnome-7a6db3a5c84eee79477b96162b8e03034340bcf6.tar.gz freebsd-ports-gnome-7a6db3a5c84eee79477b96162b8e03034340bcf6.tar.zst freebsd-ports-gnome-7a6db3a5c84eee79477b96162b8e03034340bcf6.zip |
- Create CC symlink
PR: ports/186708
Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru>
Diffstat (limited to 'devel')
-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 0993a9d2e607..d7d7ccb53f7e 100644 --- a/devel/ccache/Makefile +++ b/devel/ccache/Makefile @@ -3,7 +3,7 @@ PORTNAME= ccache PORTVERSION= 3.1.9 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= devel MASTER_SITES= http://www.samba.org/ftp/ccache/ \ CRITICAL @@ -40,7 +40,7 @@ CCACHE_COMPILERS+= icc icpc .endif 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++|} +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 |