diff options
author | linimon <linimon@FreeBSD.org> | 2018-06-08 12:19:06 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2018-06-08 12:19:06 +0800 |
commit | e5c32a533a77db400690494b330e895460042d6e (patch) | |
tree | 33e0cf44d5b04d51cc55b536a3fdc5b780a5cc4f /sysutils/showbeastie/Makefile | |
parent | 38a566075cc707ceddebd8cb5160fd41f32aad30 (diff) | |
download | freebsd-ports-gnome-e5c32a533a77db400690494b330e895460042d6e.tar.gz freebsd-ports-gnome-e5c32a533a77db400690494b330e895460042d6e.tar.zst freebsd-ports-gnome-e5c32a533a77db400690494b330e895460042d6e.zip |
Mark as broken on powerpc64.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'sysutils/showbeastie/Makefile')
-rw-r--r-- | sysutils/showbeastie/Makefile | 1 |
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) |