svn commit: r378722 - head/cad/kicad

Thierry Thomas thierry at FreeBSD.org
Mon Feb 9 10:57:35 UTC 2015


Author: thierry
Date: Mon Feb  9 10:57:33 2015
New Revision: 378722
URL: https://svnweb.freebsd.org/changeset/ports/378722
QAT: https://qat.redports.org/buildarchive/r378722/

Log:
  Remove GCC_DEFAULT.
  
  Spotted by:	gerald

Modified:
  head/cad/kicad/Makefile

Modified: head/cad/kicad/Makefile
==============================================================================
--- head/cad/kicad/Makefile	Mon Feb  9 09:50:09 2015	(r378721)
+++ head/cad/kicad/Makefile	Mon Feb  9 10:57:33 2015	(r378722)
@@ -23,8 +23,7 @@ CONFLICTS=	kicad-devel*
 USES=		cmake dos2unix desktop-file-utils shared-mime-info tar:xz
 
 # Does not compile with Gcc48
-GCC_DEFAULT=	4.7
-USE_GCC=	${GCC_DEFAULT}
+USE_GCC=	4.7
 #USES+=		compiler:gcc-c++11-lib
 LDFLAGS+=	-L${LOCALBASE}/lib/c++
 CXXFLAGS+=	-nostdinc++ -isystem ${LOCALBASE}/include/c++/v1


More information about the svn-ports-all mailing list