Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Feb 2014 07:24:40 +0000 (UTC)
From:      Oliver Lehmann <oliver@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r346442 - head/devel/atlas-devel
Message-ID:  <201402280724.s1S7OeOg046333@svn.freebsd.org>

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



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