svn commit: r529229 - head/math/eclib

Mark Linimon linimon at FreeBSD.org
Fri Mar 27 06:57:01 UTC 2020


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
 


More information about the svn-ports-head mailing list