View | Details | Raw Unified | Return to bug 186220
Collapse All | Expand All

(-)Makefile (-3 / +4 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	ccache
4
PORTNAME=	ccache
5
PORTVERSION=	3.1.9
5
PORTVERSION=	3.1.9
6
PORTREVISION=	3
6
PORTREVISION=	4
7
CATEGORIES=	devel
7
CATEGORIES=	devel
8
MASTER_SITES=	http://www.samba.org/ftp/ccache/ \
8
MASTER_SITES=	http://www.samba.org/ftp/ccache/ \
9
		CRITICAL
9
		CRITICAL
Lines 39-49 Link Here
39
CCACHE_COMPILERS+=	icc icpc
39
CCACHE_COMPILERS+=	icc icpc
40
.endif
40
.endif
41
41
42
GNU_COMPILERS+=		34 42 43 44 45 46 47 48
42
GNU_COMPILERS+=		34 42 43 44 45 46 47 48 49
43
CCACHE_COMPILERS+=	cc c++ gcc g++ ${GNU_COMPILERS:S|^|gcc|} ${GNU_COMPILERS:S|^|g++|}
43
CCACHE_COMPILERS+=	cc c++ gcc g++ ${GNU_COMPILERS:S|^|gcc|} ${GNU_COMPILERS:S|^|g++|}
44
44
45
.if ${PORT_OPTIONS:MCLANGLINK}
45
.if ${PORT_OPTIONS:MCLANGLINK}
46
CCACHE_COMPILERS+=	clang clang++
46
CLANG_COMPILERS+=	33 34
47
CCACHE_COMPILERS+=	clang clang++ ${CLANG_COMPILERS:S|^|clang|} ${CLANG_COMPILERS:S|^|clang++}
47
.endif
48
.endif
48
49
49
.if ${PORT_OPTIONS:MLLVMLINK}
50
.if ${PORT_OPTIONS:MLLVMLINK}

Return to bug 186220