Skip to content

Commit

Permalink
games/libretro-uae: Fix build on 13.x and 14.x
Browse files Browse the repository at this point in the history
PR:	256764
(cherry picked from commit 45e4a00)
  • Loading branch information
Daniel Menelkir authored and neelchauhan committed Jul 26, 2021
1 parent daaf149 commit 1f2d48f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions games/libretro-uae/Makefile
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 1f2d48f

Please sign in to comment.