forked from Lainports/freebsd-ports
math/cln: fix build on GCC architectures
Use new GCC to fix build after last update: ../include/cln/number.h: In function 'const type& cln::the(const cln::cl_number&)': ../include/cln/number.h:261: error: there are no arguments to 'static_assert' that depend on a template parameter, so a declaration of 'static_assert' must be available ../include/cln/number.h:261: error: (if you use '-fpermissive', G++ will accept your code, but allowing the use of an undeclared name is deprecated)
This commit is contained in:
parent
556e6a988a
commit
48d8f67d1d
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ LIB_DEPENDS= libgmp.so:math/gmp
|
|||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --with-gmp=${LOCALBASE}
|
||||
INSTALL_TARGET= install-strip
|
||||
USES= gmake libtool pathfix pkgconfig tar:bzip2
|
||||
USES= compiler:c11 gmake libtool pathfix pkgconfig tar:bzip2
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
INFO= cln
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue