svn commit: r336357 - head/math/arpack++

Baptiste Daroussin bapt at FreeBSD.org
Fri Dec 13 15:33:43 UTC 2013


Author: bapt
Date: Fri Dec 13 15:33:42 2013
New Revision: 336357
URL: http://svnweb.freebsd.org/changeset/ports/336357

Log:
  Given nothing is built USE_GCC is uselss

Modified:
  head/math/arpack++/Makefile

Modified: head/math/arpack++/Makefile
==============================================================================
--- head/math/arpack++/Makefile	Fri Dec 13 15:26:52 2013	(r336356)
+++ head/math/arpack++/Makefile	Fri Dec 13 15:33:42 2013	(r336357)
@@ -35,8 +35,6 @@ BLAS=		-lblas
 LAPACK=		-llapack
 .endif
 
-USE_GCC=4.2+
-
 NO_BUILD=	yes
 REINPLACE_ARGS=	-i ""
 USE_GMAKE=	yes


More information about the svn-ports-head mailing list