Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Oct 2014 07:18:47 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r370275 - head/math/gotoblas
Message-ID:  <201410070718.s977Ilr3005005@svn.freebsd.org>

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



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