Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Mar 2020 06:56:51 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r529229 - head/math/eclib
Message-ID:  <202003270656.02R6upTV094776@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Fri Mar 27 06:56:51 2020
New Revision: 529229
URL: https://svnweb.freebsd.org/changeset/ports/529229

Log:
  Add c++11-lang to USES to fix build on GCC-based systems:
  
    configure: error: *** A compiler with support for C++11 language features is required.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/math/eclib/Makefile

Modified: head/math/eclib/Makefile
==============================================================================
--- head/math/eclib/Makefile	Fri Mar 27 06:35:49 2020	(r529228)
+++ head/math/eclib/Makefile	Fri Mar 27 06:56:51 2020	(r529229)
@@ -19,7 +19,7 @@ LIB_DEPENDS=	libntl.so:math/ntl		\
 USE_GITHUB=	yes
 GH_ACCOUNT=	JohnCremona
 
-USES=		autoreconf libtool localbase
+USES=		autoreconf compiler:c++11-lang libtool localbase
 
 OPTIONS_DEFINE=	DOCS
 



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