svn commit: r370275 - head/math/gotoblas

Baptiste Daroussin bapt at FreeBSD.org
Tue Oct 7 07:18:47 UTC 2014


Author: bapt
Date: Tue Oct  7 07:18:46 2014
New Revision: 370275
URL: https://svnweb.freebsd.org/changeset/ports/370275
QAT: https://qat.redports.org/buildarchive/r370275/

Log:
  Remove latest occurence of a versionned USE_GCC, perfer USE_GCC=yes instead

Modified:
  head/math/gotoblas/Makefile

Modified: head/math/gotoblas/Makefile
==============================================================================
--- head/math/gotoblas/Makefile	Tue Oct  7 06:54:49 2014	(r370274)
+++ head/math/gotoblas/Makefile	Tue Oct  7 07:18:46 2014	(r370275)
@@ -30,7 +30,7 @@ USE_LDCONFIG=	yes
 WRKSRC=		${WRKDIR}/GotoBLAS2
 
 USES=		gmake perl5
-USE_GCC=	4.6+
+USE_GCC=	yes
 USE_PERL5=	build
 GOTOLIBS=	libgoto2 libgoto2p
 GOTOFILES=	${GOTOLIBS:S|$|.so|} ${GOTOLIBS:S|$|.so.1|} ${GOTOLIBS:S|$|.a|}


More information about the svn-ports-head mailing list