devel/libffi: fix build on GCC architectures
Use newer GCC: ../src/powerpc/ffi_powerpc.h:65: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'float128'
This commit is contained in:
parent
9717515a2a
commit
074d56d7b9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=541239
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
|
|||
|
||||
TEST_DEPENDS= runtest:misc/dejagnu
|
||||
|
||||
USES= libtool pathfix
|
||||
USES= compiler:c11 libtool pathfix
|
||||
USE_LDCONFIG= yes
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
|
|
Loading…
Reference in a new issue