aboutsummaryrefslogtreecommitdiff
path: root/archivers/unarchiver
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2019-11-10 06:10:00 +0000
committerMark Linimon <linimon@FreeBSD.org>2019-11-10 06:10:00 +0000
commit0b137bf93e758cac97fd1e3815d585f03507b1df (patch)
tree5ac286c84d3aef782721d9fcc6310514b3b8bbfd /archivers/unarchiver
parent83891202f69bbd32e0eaca7d229c9f1b5207d39b (diff)
downloadports-0b137bf93e758cac97fd1e3815d585f03507b1df.tar.gz
ports-0b137bf93e758cac97fd1e3815d585f03507b1df.zip
Mark as broken on powerpc64. This port first failed to build on 20180819:
/usr/local/GNUstep/System/Library/Headers/GNUstepBase/GSVersionMacros.h:295:8: error: #error "Your gnustep-base was configured for the objc-nonfragile-abi but you are not using it now." This port is blocked by gnustep-base, so this is mainly a reminder for later. Approved by: portmgr (tier-2 blanket)
Notes
Notes: svn path=/head/; revision=517181
Diffstat (limited to 'archivers/unarchiver')
-rw-r--r--archivers/unarchiver/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/archivers/unarchiver/Makefile b/archivers/unarchiver/Makefile
index ec94c8f9fc9b..c6ed6bcd1a0b 100644
--- a/archivers/unarchiver/Makefile
+++ b/archivers/unarchiver/Makefile
@@ -14,6 +14,8 @@ COMMENT= Unarchiver for a vast variety of file formats
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/License.txt
+BROKEN_powerpc64= fails to compile: Your gnustep-base was configured for the objc-nonfragile-abi but you are not using it now.
+
# XXX: USES=gnustep overrides MAKEFILE we set below, so depend explicitly
LIB_DEPENDS= libgnustep-base.so:lang/gnustep-base \
libicuuc.so:devel/icu \