svn commit: r301291 - head/biology/seqan

Gerald Pfeifer gerald at FreeBSD.org
Sat Jul 21 22:20:33 UTC 2012


Author: gerald
Date: Sat Jul 21 22:20:32 2012
New Revision: 301291
URL: http://svn.freebsd.org/changeset/ports/301291

Log:
  Replace USE_GCC=4.4+ by USE_GCC=4.6+ since GCC 4.4 is on its way out.
  
  Approved by:	maintainer

Modified:
  head/biology/seqan/Makefile

Modified: head/biology/seqan/Makefile
==============================================================================
--- head/biology/seqan/Makefile	Sat Jul 21 21:49:49 2012	(r301290)
+++ head/biology/seqan/Makefile	Sat Jul 21 22:20:32 2012	(r301291)
@@ -34,7 +34,7 @@ PKG_MESSAGE=	${WRKDIR}/pkg-message
 
 .if ${ARCH} == i386
 # triggers internal error in system gcc
-USE_GCC=	4.4+
+USE_GCC=	4.6+
 .endif
 
 # unsafe workaround because FreeBSD lacks logl and expl



More information about the svn-ports-all mailing list