Provide symlinks for clang and llvm-gcc compilers in addition to gcc

PR:		150613
Submitted by:	amdmi3
This commit is contained in:
Emanuel Haupt 2010-09-16 15:56:19 +00:00
parent 2c57c96eda
commit 336b955ced
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=261283

View file

@ -7,7 +7,7 @@
PORTNAME= ccache
PORTVERSION= 3.0.1
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= devel
MASTER_SITES= http://samba.org/ftp/ccache/ CRITICAL
@ -39,6 +39,7 @@ CCACHE_COMPILERS+= icc icpc
.endif
GNU_COMPILERS+= 34 42 43 44 45 46
CCACHE_COMPILERS+= cc c++ gcc g++ ${GNU_COMPILERS:S|^|gcc|} ${GNU_COMPILERS:S|^|g++|}
CCACHE_COMPILERS+= clang clang++ llvm-gcc llvm-c++ llvm-g++
.if defined(EXTRA_COMPILERS)
CCACHE_COMPILERS+= ${EXTRA_COMPILERS}
.endif