From owner-dev-commits-ports-all@freebsd.org Mon Jul 26 04:01:38 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E138666481D; Mon, 26 Jul 2021 04:01:38 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4GY5pB5lkpz4RfD; Mon, 26 Jul 2021 04:01:38 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id AD1BC10816; Mon, 26 Jul 2021 04:01:38 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 16Q41cc5025734; Mon, 26 Jul 2021 04:01:38 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 16Q41cPt025733; Mon, 26 Jul 2021 04:01:38 GMT (envelope-from git) Date: Mon, 26 Jul 2021 04:01:38 GMT Message-Id: <202107260401.16Q41cPt025733@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org From: Neel Chauhan Subject: git: 1f2d48f9109a - 2021Q3 - games/libretro-uae: Fix build on 13.x and 14.x MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: nc X-Git-Repository: ports X-Git-Refname: refs/heads/2021Q3 X-Git-Reftype: branch X-Git-Commit: 1f2d48f9109a02abbd087355ea30c70fc8916cf6 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Jul 2021 04:01:39 -0000 The branch 2021Q3 has been updated by nc: URL: https://cgit.FreeBSD.org/ports/commit/?id=1f2d48f9109a02abbd087355ea30c70fc8916cf6 commit 1f2d48f9109a02abbd087355ea30c70fc8916cf6 Author: Daniel Menelkir AuthorDate: 2021-07-26 00:08:03 +0000 Commit: Neel Chauhan 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