1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00

- Create CC symlink

PR:             ports/186708
Submitted by:	Dmitry Marakasov <amdmi3@amdmi3.ru>
This commit is contained in:
Bryan Drewery 2014-02-13 03:56:42 +00:00
parent 18e70290a6
commit a86785eac0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=344039

View File

@ -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