aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authorpkubaj <pkubaj@FreeBSD.org>2019-11-27 17:51:29 +0800
committerpkubaj <pkubaj@FreeBSD.org>2019-11-27 17:51:29 +0800
commit3b9939b8a463258765e1e8ae150869af36c02815 (patch)
tree8a8e9e11dff4e18b42a6ad733384b88366483c2c /lang
parent11858f4a3da24a0688fdbf7d6d0d6f2b4ac58e26 (diff)
downloadfreebsd-ports-gnome-3b9939b8a463258765e1e8ae150869af36c02815.tar.gz
freebsd-ports-gnome-3b9939b8a463258765e1e8ae150869af36c02815.tar.zst
freebsd-ports-gnome-3b9939b8a463258765e1e8ae150869af36c02815.zip
devel/gnustep-base: unbreak on powerpc64 head
This port builds on elfv2 ABI. Approved by: mentors (implicit approval)
Diffstat (limited to 'lang')
-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