svn commit: r346442 - head/devel/atlas-devel

Oliver Lehmann oliver at FreeBSD.org
Fri Feb 28 07:24:40 UTC 2014


Author: oliver
Date: Fri Feb 28 07:24:40 2014
New Revision: 346442
URL: http://svnweb.freebsd.org/changeset/ports/346442
QAT: https://qat.redports.org/buildarchive/r346442/

Log:
  force gcc 4.7 compilation to get net/cyphesis to compile which relies on gcc 4.7

Modified:
  head/devel/atlas-devel/Makefile

Modified: head/devel/atlas-devel/Makefile
==============================================================================
--- head/devel/atlas-devel/Makefile	Fri Feb 28 07:20:05 2014	(r346441)
+++ head/devel/atlas-devel/Makefile	Fri Feb 28 07:24:40 2014	(r346442)
@@ -19,6 +19,7 @@ USES=	pathfix compiler:c++11-lang
 USE_AUTOTOOLS=	libtool
 USE_LDCONFIG=	YES
 USE_BZIP2=	YES
+USE_GCC=	4.7+
 MAKE_ARGS=	docdir=${DOCSDIR}
 CONFIGURE_ARGS+=--program-transform-name=
 


More information about the svn-ports-head mailing list