aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2019-12-09 09:33:20 +0800
committerlinimon <linimon@FreeBSD.org>2019-12-09 09:33:20 +0800
commit36fe1b194657ac62b0c0f0c76f68ae7cc4cf0c53 (patch)
treefea28c8a30a5e609ec49e8a9c8859b60c6de9388 /math
parentb0540adf46a395a114a0b792101ab7f7d0d34039 (diff)
downloadfreebsd-ports-gnome-36fe1b194657ac62b0c0f0c76f68ae7cc4cf0c53.tar.gz
freebsd-ports-gnome-36fe1b194657ac62b0c0f0c76f68ae7cc4cf0c53.tar.zst
freebsd-ports-gnome-36fe1b194657ac62b0c0f0c76f68ae7cc4cf0c53.zip
Ask for modern compiler. Ancient GCC complains with:
cc1plus: error: unrecognized command line option "-Wno-unused-but-set-variable" Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'math')
-rw-r--r--math/sisl/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/sisl/Makefile b/math/sisl/Makefile
index b43490000411..7b933aa67c7c 100644
--- a/math/sisl/Makefile
+++ b/math/sisl/Makefile
@@ -12,7 +12,7 @@ COMMENT= Spline library
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
-USES= cmake
+USES= cmake compiler:c++11-lang
USE_GITHUB= yes
GH_ACCOUNT= SINTEF-Geometry
GH_PROJECT= SISL