svn commit: r327313 - head/science/bddsolve

Ed Schouten ed at FreeBSD.org
Sat Sep 14 19:13:46 UTC 2013


Author: ed (src committer)
Date: Sat Sep 14 19:13:46 2013
New Revision: 327313
URL: http://svnweb.freebsd.org/changeset/ports/327313

Log:
  Remove USE_GCC.
  
  All versions of FreeBSD we support are shipped with at least GCC 4.2.1
  or Clang. The code seems to build fine with Clang. In fact, on platforms
  where we no longer ship libstdc++, this port seems to only build using
  Clang.

Modified:
  head/science/bddsolve/Makefile

Modified: head/science/bddsolve/Makefile
==============================================================================
--- head/science/bddsolve/Makefile	Sat Sep 14 19:08:52 2013	(r327312)
+++ head/science/bddsolve/Makefile	Sat Sep 14 19:13:46 2013	(r327313)
@@ -14,7 +14,6 @@ LIB_DEPENDS+=	bdd:${PORTSDIR}/science/bu
 		boost_program_options:${PORTSDIR}/devel/boost-libs
 
 USE_ZIP=	yes
-USE_GCC=	4.2+
 NO_WRKSUBDIR=	yes
 
 .include <bsd.port.pre.mk>


More information about the svn-ports-head mailing list