public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Haelwenn Monnier" <contact@hacktivis.me>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: sys-process/nq/
Date: Fri, 23 Apr 2021 08:47:38 +0000 (UTC)	[thread overview]
Message-ID: <1619146635.4f6255edc782dab82666b02f9cf16c85c136e4df.lanodan@gentoo> (raw)

commit:     4f6255edc782dab82666b02f9cf16c85c136e4df
Author:     Marco Sirabella <marco <AT> sirabella <DOT> org>
AuthorDate: Fri Apr 23 02:53:31 2021 +0000
Commit:     Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
CommitDate: Fri Apr 23 02:57:15 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4f6255ed

sys-process/nq: pass down CC from toolchain-funcs

Thanks to @ionen & @DarthGandalf for help clarifying some questions
around this

Signed-off-by: Marco Sirabella <marco <AT> sirabella.org>

 sys-process/nq/nq-0.4.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/sys-process/nq/nq-0.4.ebuild b/sys-process/nq/nq-0.4.ebuild
index 380bc4da9..96d514d56 100644
--- a/sys-process/nq/nq-0.4.ebuild
+++ b/sys-process/nq/nq-0.4.ebuild
@@ -3,6 +3,8 @@
 
 EAPI=7
 
+inherit toolchain-funcs
+
 DESCRIPTION="Unix command line queue utility"
 HOMEPAGE="https://git.vuxu.org/nq/about/"
 SRC_URI="https://git.vuxu.org/${PN}/snapshot/${P}.tar.gz"
@@ -29,7 +31,7 @@ src_compile() {
 		cp nq.sh nq
 		cp fq.sh fq
 	fi
-	emake CFLAGS="${CFLAGS} -Wno-unused-result"
+	emake CC="$(tc-getCC)" CFLAGS="${CFLAGS} -Wno-unused-result"
 }
 
 src_install() {


             reply	other threads:[~2021-04-23  8:48 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-23  8:47 Haelwenn Monnier [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-05-30 15:59 [gentoo-commits] repo/proj/guru:dev commit in: sys-process/nq/ Andrew Ammerlaan
2021-05-30 15:59 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2021-04-18  9:10 Andrew Ammerlaan

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=1619146635.4f6255edc782dab82666b02f9cf16c85c136e4df.lanodan@gentoo \
    --to=contact@hacktivis.me \
    --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