aboutsummaryrefslogtreecommitdiff
path: root/lang/gnustep-base
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2019-11-27 09:51:29 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2019-11-27 09:51:29 +0000
commit45b978fe5fd3d90884a3d73101c2b8cdb7ab8019 (patch)
tree8a8e9e11dff4e18b42a6ad733384b88366483c2c /lang/gnustep-base
parent300e17f1adff8a54230cdd2ce9e5e299e03d93b3 (diff)
downloadports-45b978fe5fd3d90884a3d73101c2b8cdb7ab8019.tar.gz
ports-45b978fe5fd3d90884a3d73101c2b8cdb7ab8019.zip
devel/gnustep-base: unbreak on powerpc64 head
This port builds on elfv2 ABI. Approved by: mentors (implicit approval)
Notes
Notes: svn path=/head/; revision=518489
Diffstat (limited to 'lang/gnustep-base')
-rw-r--r--lang/gnustep-base/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/gnustep-base/Makefile b/lang/gnustep-base/Makefile
index 9226e4985acf..4a5ba9b3b72f 100644
--- a/lang/gnustep-base/Makefile
+++ b/lang/gnustep-base/Makefile
@@ -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