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

(-)Makefile (-2 / +2 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=	4
6
PORTREVISION=	5
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 40-46 Link Here
40
.endif
40
.endif
41
41
42
GNU_COMPILERS+=		34 42 43 44 45 46 47 48 49
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++ CC gcc g++ ${GNU_COMPILERS:S|^|gcc|} ${GNU_COMPILERS:S|^|g++|}
44
44
45
.if ${PORT_OPTIONS:MCLANGLINK}
45
.if ${PORT_OPTIONS:MCLANGLINK}
46
CLANG_COMPILERS+=	31 32 33 34
46
CLANG_COMPILERS+=	31 32 33 34

Return to bug 186708