aboutsummaryrefslogtreecommitdiff
path: root/emulators/lisaem
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2021-02-16 20:10:31 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2021-02-16 20:10:31 +0000
commit6419809578daaa2292fad7b38ad55385af3b6246 (patch)
tree2094a78a9fb1268b934940049fc0a266ec3fdce8 /emulators/lisaem
parentde50a83f2edf0635c19ecbbfcae0204e70e5f138 (diff)
downloadports-6419809578daaa2292fad7b38ad55385af3b6246.tar.gz
ports-6419809578daaa2292fad7b38ad55385af3b6246.zip
Mark BROKEN on FreeBSD 13 and 14
ld: error: duplicate symbol: mem68k_fetch_byte >>> defined at floppy.c >>> floppy.o:(mem68k_fetch_byte) >>> defined at profile.c >>> profile.o:(.bss+0x100) Reported by: pkg-fallout MFH: 2021Q1
Notes
Notes: svn path=/head/; revision=565451
Diffstat (limited to 'emulators/lisaem')
-rw-r--r--emulators/lisaem/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/emulators/lisaem/Makefile b/emulators/lisaem/Makefile
index 18c386c3ca73..21b175d4d563 100644
--- a/emulators/lisaem/Makefile
+++ b/emulators/lisaem/Makefile
@@ -13,6 +13,9 @@ COMMENT= Apple Lisa 2 Emulator
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
+BROKEN_FreeBSD_13= ld: error: duplicate symbol: mem68k_fetch_byte
+BROKEN_FreeBSD_14= ld: error: duplicate symbol: mem68k_fetch_byte
+
BUILD_DEPENDS= pngtopnm:graphics/netpbm
USES= compiler:c++11-lang tar:bzip2