View | Details | Raw Unified | Return to bug 256764
Collapse All | Expand All

(-)b/games/libretro-uae/Makefile (-2 / +2 lines)
Lines 7-14 COMMENT= Libretro port of UAE Link Here
7
7
8
LICENSE=	GPLv2
8
LICENSE=	GPLv2
9
9
10
BROKEN_FreeBSD_13=	ld: error: duplicate symbol: potgo_value
11
BROKEN_FreeBSD_14=	ld: error: duplicate symbol: potgo_value
12
BROKEN_riscv64=		fails to compile: ./sources/src/machdep/maccess.h:51:14: unrecognized instruction mnemonic
10
BROKEN_riscv64=		fails to compile: ./sources/src/machdep/maccess.h:51:14: unrecognized instruction mnemonic
13
11
14
USES=		compiler:c++11-lib gmake gl
12
USES=		compiler:c++11-lib gmake gl
Lines 19-24 USE_GITHUB= yes Link Here
19
GH_ACCOUNT=	libretro
17
GH_ACCOUNT=	libretro
20
GH_TAGNAME=	8333daa
18
GH_TAGNAME=	8333daa
21
19
20
CFLAGS+=	-fcommon
21
22
LDFLAGS_i386=	-Wl,-z,notext
22
LDFLAGS_i386=	-Wl,-z,notext
23
23
24
PLIST_FILES=	lib/libretro/puae_libretro.so
24
PLIST_FILES=	lib/libretro/puae_libretro.so

Return to bug 256764