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-misc/glcdprocdriver/
Date: Thu, 10 Feb 2022 20:52:40 +0000 (UTC)	[thread overview]
Message-ID: <1644526346.25235441771f3cd88c54471ca7c686f75c6f8459.conikost@gentoo> (raw)

commit:     25235441771f3cd88c54471ca7c686f75c6f8459
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 10 20:46:27 2022 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Thu Feb 10 20:52:26 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25235441

app-misc/glcdprocdriver: don't hardcore g++

Closes: https://bugs.gentoo.org/833024
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 app-misc/glcdprocdriver/glcdprocdriver-0.1.2-r1.ebuild | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/app-misc/glcdprocdriver/glcdprocdriver-0.1.2-r1.ebuild b/app-misc/glcdprocdriver/glcdprocdriver-0.1.2-r1.ebuild
index a1923ca498e7..aca4d6516e45 100644
--- a/app-misc/glcdprocdriver/glcdprocdriver-0.1.2-r1.ebuild
+++ b/app-misc/glcdprocdriver/glcdprocdriver-0.1.2-r1.ebuild
@@ -23,6 +23,13 @@ LICENSE="GPL-2"
 DEPEND="app-misc/graphlcd-base"
 RDEPEND="${DEPEND}"
 
+src_prepare() {
+	default
+
+	# Respect users CXX
+	sed -e 's/g++/$(CXX)/g' -i Makefile || die
+}
+
 src_compile() {
 	emake CC="$(tc-getCC)" CXX="$(tc-getCXX)"
 }


             reply	other threads:[~2022-02-10 20:52 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-02-10 20:52 Conrad Kostecki [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-09-27 21:22 [gentoo-commits] repo/gentoo:master commit in: app-misc/glcdprocdriver/ Sam James
2019-10-28 14:43 Joonas Niilola
2019-08-28 16:12 David Seifert
2019-08-08  3:32 Joonas Niilola
2019-07-24  8:19 Agostino Sarubbo
2019-07-23 11:30 Agostino Sarubbo
2019-03-10 22:38 Patrice Clement

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=1644526346.25235441771f3cd88c54471ca7c686f75c6f8459.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