diff options
-rw-r--r-- | sysutils/showbeastie/Makefile | 7 |
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) |