aboutsummaryrefslogtreecommitdiff
path: root/math/eclib
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2020-03-27 06:56:51 +0000
committerMark Linimon <linimon@FreeBSD.org>2020-03-27 06:56:51 +0000
commit5eddcc98cc0c3add215536b413f53337ef94f3e2 (patch)
treee2f248e64f1ed043b21e00061ee87f4d7f09e6b6 /math/eclib
parent2bf7cd94dc5d5dc317ea22b206aa4bdb3ba9d3f0 (diff)
downloadports-5eddcc98cc0c3add215536b413f53337ef94f3e2.tar.gz
ports-5eddcc98cc0c3add215536b413f53337ef94f3e2.zip
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)
Notes
Notes: svn path=/head/; revision=529229
Diffstat (limited to 'math/eclib')
-rw-r--r--math/eclib/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/eclib/Makefile b/math/eclib/Makefile
index aa5d09104957..0aa931ad8b02 100644
--- a/math/eclib/Makefile
+++ b/math/eclib/Makefile
@@ -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