aboutsummaryrefslogtreecommitdiff
path: root/sysutils/showbeastie
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2018-06-08 04:19:06 +0000
committerMark Linimon <linimon@FreeBSD.org>2018-06-08 04:19:06 +0000
commitdca9b642e3e977f5330165d014f906aeaffd1e8c (patch)
tree33e0cf44d5b04d51cc55b536a3fdc5b780a5cc4f /sysutils/showbeastie
parentbf83b238ead037a2c1b9f3dda57e886b90cbe2f9 (diff)
downloadports-dca9b642e3e977f5330165d014f906aeaffd1e8c.tar.gz
ports-dca9b642e3e977f5330165d014f906aeaffd1e8c.zip
Mark as broken on powerpc64.
Approved by: portmgr (tier-2 blanket)
Notes
Notes: svn path=/head/; revision=471979
Diffstat (limited to 'sysutils/showbeastie')
-rw-r--r--sysutils/showbeastie/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/showbeastie/Makefile b/sysutils/showbeastie/Makefile
index 528ad8483e72..a4c30baa83ca 100644
--- a/sysutils/showbeastie/Makefile
+++ b/sysutils/showbeastie/Makefile
@@ -15,6 +15,7 @@ LICENSE= BSD2CLAUSE
BROKEN_armv6= fails to link: testmain uses VFP register arguments, dict.o does not
BROKEN_armv7= fails to link: testmain uses VFP register arguments, dict.o does not
BROKEN_mips64= fails to link: relocation truncated to fit: R_MIPS_26 against `__assert@@FBSD_1.0'
+BROKEN_powerpc64= fails to build: ficl/Makefile line 25: Could not find bsd.stand.mk
BROKEN_FreeBSD_12= fails to build: ficl/Makefile line 13: Could not find bsd.stand.mk
.if !exists(${SRC_BASE}/sys/Makefile)