1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

- Add links for gcc6

Approved by:    bdrewery (maintainer, implicit)
This commit is contained in:
Dmitry Marakasov 2015-05-06 20:58:48 +00:00
parent 12cb183898
commit 0f166edaeb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=385567

View File

@ -3,7 +3,7 @@
PORTNAME= ccache
PORTVERSION= 3.2.1
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= devel
MASTER_SITES= http://www.samba.org/ftp/ccache/ \
LOCAL/bdrewery
@ -47,7 +47,7 @@ PLIST_SUB+= CCLINKDIR="${CCLINKDIR}"
CCACHE_COMPILERS+= icc icpc
.endif
GNU_COMPILERS+= 34 42 43 44 45 46 47 48 49 5
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}