Date: Mon, 26 Jul 2021 00:46:10 GMT From: Neel Chauhan <nc@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 45e4a00e81d6 - main - games/libretro-uae: Fix build on 13.x and 14.x Message-ID: <202107260046.16Q0kAUH059866@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by nc: URL: https://cgit.FreeBSD.org/ports/commit/?id=45e4a00e81d6a7bec69f3dec087e9f9703645b70 commit 45e4a00e81d6a7bec69f3dec087e9f9703645b70 Author: Daniel Menelkir <menelkir@itroll.org> AuthorDate: 2021-07-26 00:08:03 +0000 Commit: Neel Chauhan <nc@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202107260046.16Q0kAUH059866>