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