Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Feb 2015 10:57:34 +0000 (UTC)
From:      Thierry Thomas <thierry@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r378722 - head/cad/kicad
Message-ID:  <201502091057.t19AvYYa072105@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201502091057.t19AvYYa072105>