git: 45e4a00e81d6 - main - games/libretro-uae: Fix build on 13.x and 14.x
Neel Chauhan
nc at FreeBSD.org
Mon Jul 26 00:46:10 UTC 2021
The branch main has been updated by nc:
URL: https://cgit.FreeBSD.org/ports/commit/?id=45e4a00e81d6a7bec69f3dec087e9f9703645b70
commit 45e4a00e81d6a7bec69f3dec087e9f9703645b70
Author: Daniel Menelkir <menelkir at itroll.org>
AuthorDate: 2021-07-26 00:08:03 +0000
Commit: Neel Chauhan <nc at FreeBSD.org>
CommitDate: 2021-07-26 00:45:45 +0000
games/libretro-uae: Fix build on 13.x and 14.x
PR: 256764
---
games/libretro-uae/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/games/libretro-uae/Makefile b/games/libretro-uae/Makefile
index 38581fa20a0f..34414f89eaf9 100644
--- a/games/libretro-uae/Makefile
+++ b/games/libretro-uae/Makefile
@@ -8,8 +8,6 @@ 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
@@ -20,6 +18,8 @@ USE_GITHUB= yes
GH_ACCOUNT= libretro
GH_TAGNAME= 8333daa
+CFLAGS+= -fcommon
+
LDFLAGS_i386= -Wl,-z,notext
PLIST_FILES= lib/libretro/puae_libretro.so
More information about the dev-commits-ports-all
mailing list