public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Conrad Kostecki" <conikost@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/pcem/
Date: Sat, 21 Mar 2020 17:02:58 +0000 (UTC)	[thread overview]
Message-ID: <1584810097.a96898f4d499099f3a6b90c60fe6b43d80b30508.conikost@gentoo> (raw)

commit:     a96898f4d499099f3a6b90c60fe6b43d80b30508
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 21 17:00:07 2020 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sat Mar 21 17:01:37 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a96898f4

app-emulation/pcem: fix compilation with gcc >= 10.x

Since the source fix is not trivial, adding -fcommon for now.

Closes: https://bugs.gentoo.org/713772
Package-Manager: Portage-2.3.94, Repoman-2.3.20
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 app-emulation/pcem/pcem-15-r1.ebuild | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/app-emulation/pcem/pcem-15-r1.ebuild b/app-emulation/pcem/pcem-15-r1.ebuild
index db947638e01..fad13595690 100644
--- a/app-emulation/pcem/pcem-15-r1.ebuild
+++ b/app-emulation/pcem/pcem-15-r1.ebuild
@@ -41,6 +41,10 @@ src_prepare() {
 }
 
 src_configure() {
+	# Does not compile with -fno-common.
+	# See https://pcem-emulator.co.uk/phpBB3/viewtopic.php?f=3&t=3443
+	append-cflags -fcommon
+
 	local myeconfargs=(
 		--enable-release-build
 		$(use_enable alsa)
@@ -66,6 +70,6 @@ pkg_postinst() {
 	elog "In order to use PCem, you will need some roms for various emulated systems."
 	elog "You can either install globally for all users or locally for yourself."
 	elog ""
-	elog "To install globally, put your ROM file into '${ROOT}/usr/share/pcem/roms/<system>'."
-	elog "To install locally, put your ROM file into '~/.pcem/roms/<system>'."
+	elog "To install globally, put your ROM files into '${ROOT}/usr/share/pcem/roms/<system>'."
+	elog "To install locally, put your ROM files into '~/.pcem/roms/<system>'."
 }


             reply	other threads:[~2020-03-21 17:03 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-03-21 17:02 Conrad Kostecki [this message]
  -- strict thread matches above, loose matches on Subject: below --
2020-05-19 21:35 [gentoo-commits] repo/gentoo:master commit in: app-emulation/pcem/ Conrad Kostecki
2020-05-19 21:35 Conrad Kostecki
2020-08-10 12:34 Agostino Sarubbo
2020-08-23 11:45 David Seifert
2020-10-10 13:17 Conrad Kostecki
2020-10-10 13:17 Conrad Kostecki
2020-10-31 11:11 David Seifert
2021-01-03 20:52 Conrad Kostecki
2021-04-02 14:01 Sam James
2021-04-05 22:26 David Seifert
2022-07-16 20:41 Conrad Kostecki
2022-07-16 20:51 Conrad Kostecki
2023-11-16 20:38 Conrad Kostecki

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1584810097.a96898f4d499099f3a6b90c60fe6b43d80b30508.conikost@gentoo \
    --to=conikost@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox