mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-20 08:27:15 +00:00
math/lrslib: fix build on GCC architectures
Use C11 compiler: lrslong.h:191: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'lrs_mp' lrslong.h:192: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token lrslong.h:193: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token lrslong.h:194: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token lrslong.h:218: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'lrs_alloc_mp_t' lrslong.h:219: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'lrs_alloc_mp_vector'
This commit is contained in:
parent
43d5d21d0f
commit
568f6ed2d4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=549744
@ -16,7 +16,7 @@ BROKEN_i386= error: __int128 is not supported on this target
|
||||
|
||||
LIB_DEPENDS= libgmp.so:math/gmp
|
||||
|
||||
USES= gmake libtool localbase:ldflags
|
||||
USES= compiler:c11 gmake libtool localbase:ldflags
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
MAKEFILE= makefile
|
||||
|
Loading…
Reference in New Issue
Block a user