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:
parent
1541f83dd0
commit
0cbfb3244e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=495408
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user