aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2018-02-19 04:07:17 +0000
committerMark Linimon <linimon@FreeBSD.org>2018-02-19 04:07:17 +0000
commiteae8708b923567771e603c554fb60af43d52d745 (patch)
treee58025891477d43969667b78034e399f4cda539e
parent711b913976d2826edb2e004076678daa4e2d01da (diff)
downloadports-eae8708b923567771e603c554fb60af43d52d745.tar.gz
ports-eae8708b923567771e603c554fb60af43d52d745.zip
Notes
-rw-r--r--sysutils/showbeastie/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/sysutils/showbeastie/Makefile b/sysutils/showbeastie/Makefile
index e7615e17f33b..edc1cb4b6f21 100644
--- a/sysutils/showbeastie/Makefile
+++ b/sysutils/showbeastie/Makefile
@@ -12,6 +12,10 @@ COMMENT= Preview FreeBSD loader logos
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'
+
.if !exists(${SRC_BASE}/sys/Makefile)
IGNORE= requires kernel source files in ${SRC_BASE}
.endif
@@ -26,9 +30,6 @@ PLIST_FILES= bin/${PORTNAME}
CFLAGS+= -I/usr/include # uses -nostdinc
MAKE_ARGS+= -m ${SRC_BASE}/share/mk
-BROKEN_armv6= 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'
-
WRKSRC_SUBDIR= ficl
.if exists(${SRC_BASE}/sys/boot/ficl/testmain.c)