devel/gnustep-base: unbreak on powerpc64 head

This port builds on elfv2 ABI.

Approved by:	mentors (implicit approval)
This commit is contained in:
Piotr Kubaj 2019-11-27 09:51:29 +00:00
parent 300e17f1ad
commit 45b978fe5f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=518489

View File

@ -13,7 +13,8 @@ COMMENT= GNUstep Foundation library
LICENSE= GPLv3 LGPL3
LICENSE_COMB= multi
BROKEN_powerpc64= fails to link: ld.lld: error: /usr/src/lib/csu/common/crtend.c:55: relocation R_PPC64_ADDR16_DS out of range: -32776 is not in [-32768, 32767]
BROKEN_FreeBSD_11_powerpc64= fails to link: ld.lld: error: /usr/src/lib/csu/common/crtend.c:55: relocation R_PPC64_ADDR16_DS out of range: -32776 is not in [-32768, 32767]
BROKEN_FreeBSD_12_powerpc64= fails to link: ld.lld: error: /usr/src/lib/csu/common/crtend.c:55: relocation R_PPC64_ADDR16_DS out of range: -32776 is not in [-32768, 32767]
LIB_DEPENDS+= libffi.so:devel/libffi
LIB_DEPENDS+= libxml2.so:textproc/libxml2