1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-15 07:56:36 +00:00

- Add links for clang38

Approved by:	bdrewery (maintainer implicit)
This commit is contained in:
Dmitry Marakasov 2016-02-11 15:28:13 +00:00
parent d652280a9c
commit cb53fcbfb0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=408687

View File

@ -3,7 +3,7 @@
PORTNAME= ccache
PORTVERSION= 3.2.4
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= devel
MASTER_SITES= http://www.samba.org/ftp/ccache/ \
LOCAL/bdrewery
@ -55,7 +55,7 @@ GNU_COMPILERS+= 34 42 43 44 45 46 47 48 49 5 6
CCACHE_COMPILERS+= cc c++ CC gcc g++ ${GNU_COMPILERS:S|^|gcc|} ${GNU_COMPILERS:S|^|g++|}
.if ${PORT_OPTIONS:MCLANGLINK}
CLANG_COMPILERS+= 33 34 35 36 37 -devel
CLANG_COMPILERS+= 33 34 35 36 37 38 -devel
CCACHE_COMPILERS+= clang clang++ ${CLANG_COMPILERS:S|^|clang|} ${CLANG_COMPILERS:S|^|clang++|}
.endif