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: media-plugins/vdr-freecell/
Date: Sun, 23 Jun 2024 19:49:32 +0000 (UTC)	[thread overview]
Message-ID: <1719171647.f2cd6dbe1d58fc112aad40afd52df90e7f74a6f2.conikost@gentoo> (raw)

commit:     f2cd6dbe1d58fc112aad40afd52df90e7f74a6f2
Author:     Martin Dummer <martin.dummer <AT> gmx <DOT> net>
AuthorDate: Sun Jun 23 19:20:07 2024 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sun Jun 23 19:40:47 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2cd6dbe

media-plugins/vdr-freecell: dont call g++ directly

Closes: https://bugs.gentoo.org/934766
Signed-off-by: Martin Dummer <martin.dummer <AT> gmx.net>
Closes: https://github.com/gentoo/gentoo/pull/37262
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 media-plugins/vdr-freecell/vdr-freecell-0.0.2-r5.ebuild | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/media-plugins/vdr-freecell/vdr-freecell-0.0.2-r5.ebuild b/media-plugins/vdr-freecell/vdr-freecell-0.0.2-r5.ebuild
index 1e4e2cfe6dbc..e8fe1bd5d67b 100644
--- a/media-plugins/vdr-freecell/vdr-freecell-0.0.2-r5.ebuild
+++ b/media-plugins/vdr-freecell/vdr-freecell-0.0.2-r5.ebuild
@@ -25,6 +25,9 @@ src_prepare() {
 	eapply "${FILESDIR}/${P}-gentoo.diff"
 	eapply "${FILESDIR}/${P}_vdr-1.5.4-compile.diff"
 	eapply "${FILESDIR}/${P}_compilefix.patch"
+
+	# do not call g++ directly, Bug #934766
+	sed -e 's|MAKEDEP = g++ -MM -MG|MAKEDEP = $(CXX) -MM -MG|' -i Makefile || die
 }
 
 src_install() {


             reply	other threads:[~2024-06-23 19:49 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-23 19:49 Conrad Kostecki [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-06-22 19:13 [gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-freecell/ Conrad Kostecki
2021-10-22  8:22 Jakov Smolić
2021-07-17 14:09 Mikle Kolyada
2021-07-17 14:07 Mikle Kolyada
2020-01-12 18:38 Jörg Bornkessel
2019-12-11 22:16 Joerg Bornkessel
2016-05-05 13:34 Joerg Bornkessel
2016-05-05 13:34 Joerg Bornkessel

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=1719171647.f2cd6dbe1d58fc112aad40afd52df90e7f74a6f2.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