git: 1f2d48f9109a - 2021Q3 - games/libretro-uae: Fix build on 13.x and 14.x

Neel Chauhan nc at FreeBSD.org
Mon Jul 26 04:01:39 UTC 2021


The branch 2021Q3 has been updated by nc:

URL: https://cgit.FreeBSD.org/ports/commit/?id=1f2d48f9109a02abbd087355ea30c70fc8916cf6

commit 1f2d48f9109a02abbd087355ea30c70fc8916cf6
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 03:59:33 +0000

    games/libretro-uae: Fix build on 13.x and 14.x
    
    PR:     256764
    (cherry picked from commit 45e4a00e81d6a7bec69f3dec087e9f9703645b70)
---
 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-branches mailing list