aboutsummaryrefslogtreecommitdiff
path: root/math/fplll
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2019-03-12 01:15:56 +0000
committerMark Linimon <linimon@FreeBSD.org>2019-03-12 01:15:56 +0000
commit0cbfb3244e1f74db441862d396937c3bd934e335 (patch)
tree31a455495b133c9117b3a85d4729a047cc1e9412 /math/fplll
parent1541f83dd07b324840db3077c15e4bb4d1ea5e80 (diff)
downloadports-0cbfb3244e1f74db441862d396937c3bd934e335.tar.gz
ports-0cbfb3244e1f74db441862d396937c3bd934e335.zip
Fix build on gcc-based architectures:
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=495408
Diffstat (limited to 'math/fplll')
-rw-r--r--math/fplll/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/fplll/Makefile b/math/fplll/Makefile
index dc30dd8be235..855bb4a582c5 100644
--- a/math/fplll/Makefile
+++ b/math/fplll/Makefile
@@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libgmp.so:math/gmp \
libmpfr.so:math/mpfr
-USES= autoreconf gmake libtool localbase:ldflags
+USES= autoreconf compiler:c++11-lang gmake libtool localbase:ldflags
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-static
USE_GITHUB= yes