svn commit: r346776 - head/devel/ccache

Bryan Drewery bdrewery at FreeBSD.org
Sun Mar 2 15:38:46 UTC 2014


Author: bdrewery
Date: Sun Mar  2 15:38:46 2014
New Revision: 346776
URL: http://svnweb.freebsd.org/changeset/ports/346776
QAT: https://qat.redports.org/buildarchive/r346776/

Log:
  - Fix GCC detection
  
  Submitted by:	interfaSys sàrl <info at interfasys.ch>

Modified:
  head/devel/ccache/Makefile

Modified: head/devel/ccache/Makefile
==============================================================================
--- head/devel/ccache/Makefile	Sun Mar  2 15:32:13 2014	(r346775)
+++ head/devel/ccache/Makefile	Sun Mar  2 15:38:46 2014	(r346776)
@@ -3,7 +3,7 @@
 
 PORTNAME=	ccache
 PORTVERSION=	3.1.9
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	devel
 MASTER_SITES=	http://www.samba.org/ftp/ccache/ \
 		CRITICAL
@@ -41,7 +41,7 @@ STATIC_LDFLAGS=	-static
 .if ${PORT_OPTIONS:MCOLORS}
 .  if ${COMPILER_TYPE} == clang
 CPPFLAGS+=	-DCC_IS_CLANG
-.  elif ${COMPILER_TYPE} = gcc
+.  elif ${COMPILER_TYPE} == gcc
 CPPFLAGS+=	-DCC_IS_GCC
 .  endif
 .endif


More information about the svn-ports-all mailing list