aboutsummaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2021-02-17 20:22:29 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2021-02-17 20:22:29 +0000
commitb3754080a627e37f14a082639b61dfc783505668 (patch)
tree806bc5fd1dd8686cd6e29286e9a610dc3c1cd025 /games
parentec4b889855c71f0acb5b28b0149dca4c6cbe0ff7 (diff)
downloadports-b3754080a627e37f14a082639b61dfc783505668.tar.gz
ports-b3754080a627e37f14a082639b61dfc783505668.zip
MFH: r565802
Mark BROKEN on FreeBSD 13 and 14 ld: error: duplicate symbol: potgo_value >>> defined at main.c >>> ./sources/src/main.o:(potgo_value) >>> defined at newcpu.c >>> ./sources/src/newcpu.o:(.bss+0x81E50) Reported by: pkg-fallout
Notes
Notes: svn path=/branches/2021Q1/; revision=565803
Diffstat (limited to 'games')
-rw-r--r--games/libretro-uae/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/games/libretro-uae/Makefile b/games/libretro-uae/Makefile
index 6e8fe65ef8cd..51a4d1d9969b 100644
--- a/games/libretro-uae/Makefile
+++ b/games/libretro-uae/Makefile
@@ -9,6 +9,10 @@ COMMENT= Libretro port of UAE
LICENSE= GPLv2
+BROKEN_FreeBSD_13= ld: error: duplicate symbol: potgo_value
+BROKEN_FreeBSD_14= ld: error: duplicate symbol: potgo_value
+BROKEN_riscv64= fails to compile: ./sources/src/machdep/maccess.h:51:14: unrecognized instruction mnemonic
+
USES= compiler:c++11-lib gmake gl
USE_LDCONFIG= yes
USE_GL= gl