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)
This commit is contained in:
Mark Linimon 2019-03-12 01:15:56 +00:00
parent 1541f83dd0
commit 0cbfb3244e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=495408

View File

@ -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