svn commit: r344039 - head/devel/ccache

Bryan Drewery bdrewery at FreeBSD.org
Thu Feb 13 03:56:43 UTC 2014


Author: bdrewery
Date: Thu Feb 13 03:56:42 2014
New Revision: 344039
URL: http://svnweb.freebsd.org/changeset/ports/344039
QAT: https://qat.redports.org/buildarchive/r344039/

Log:
  - Create CC symlink
  
  PR:             ports/186708
  Submitted by:	Dmitry Marakasov <amdmi3 at amdmi3.ru>

Modified:
  head/devel/ccache/Makefile

Modified: head/devel/ccache/Makefile
==============================================================================
--- head/devel/ccache/Makefile	Thu Feb 13 02:34:53 2014	(r344038)
+++ head/devel/ccache/Makefile	Thu Feb 13 03:56:42 2014	(r344039)
@@ -3,7 +3,7 @@
 
 PORTNAME=	ccache
 PORTVERSION=	3.1.9
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	devel
 MASTER_SITES=	http://www.samba.org/ftp/ccache/ \
 		CRITICAL
@@ -40,7 +40,7 @@ CCACHE_COMPILERS+=	icc icpc
 .endif
 
 GNU_COMPILERS+=		34 42 43 44 45 46 47 48 49
-CCACHE_COMPILERS+=	cc c++ gcc g++ ${GNU_COMPILERS:S|^|gcc|} ${GNU_COMPILERS:S|^|g++|}
+CCACHE_COMPILERS+=	cc c++ CC gcc g++ ${GNU_COMPILERS:S|^|gcc|} ${GNU_COMPILERS:S|^|g++|}
 
 .if ${PORT_OPTIONS:MCLANGLINK}
 CLANG_COMPILERS+=	31 32 33 34


More information about the svn-ports-all mailing list