public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Joonas Niilola" <juippis@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-print/cnrdrvcups-lb/
Date: Mon, 21 Sep 2020 13:59:15 +0000 (UTC)	[thread overview]
Message-ID: <1600696739.fd9fba0eeb3a25cf3d1d760872183ceb78c700bd.juippis@gentoo> (raw)

commit:     fd9fba0eeb3a25cf3d1d760872183ceb78c700bd
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 21 13:57:17 2020 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Mon Sep 21 13:58:59 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd9fba0e

net-print/cnrdrvcups-lb: fix "calls ar directly" bug

Closes: https://bugs.gentoo.org/735966
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 net-print/cnrdrvcups-lb/cnrdrvcups-lb-5.10-r1.ebuild | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/net-print/cnrdrvcups-lb/cnrdrvcups-lb-5.10-r1.ebuild b/net-print/cnrdrvcups-lb/cnrdrvcups-lb-5.10-r1.ebuild
index 89299160845..6d4bbe74b3f 100644
--- a/net-print/cnrdrvcups-lb/cnrdrvcups-lb-5.10-r1.ebuild
+++ b/net-print/cnrdrvcups-lb/cnrdrvcups-lb-5.10-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit autotools desktop flag-o-matic
+inherit autotools desktop flag-o-matic toolchain-funcs
 
 MY_DOWNLOAD_ID="8/0100007658/14"
 MY_PV="${PV//\./}"
@@ -100,6 +100,9 @@ src_prepare() {
 		die "Failed to modify cnsetuputil2.desktop file."
 
 	append-cflags -fcommon
+
+	# For some reason, @AR@ is defined everywhere else correctly, but not here.
+	sed -i -e "s/AR = ar/AR = $(tc-getAR)/g" ./cnrdrvcups-common-${PV}/buftool/Makefile.in || die
 }
 
 src_configure() {


             reply	other threads:[~2020-09-21 13:59 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-21 13:59 Joonas Niilola [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-11-23 15:47 [gentoo-commits] repo/gentoo:master commit in: net-print/cnrdrvcups-lb/ Michał Górny
2024-11-23 15:42 Michał Górny
2024-05-11 19:50 Stefan Strogin
2021-12-21  6:24 Joonas Niilola
2021-12-19 11:57 Joonas Niilola
2021-12-19 11:57 Joonas Niilola
2021-09-26  7:10 Joonas Niilola
2021-09-26  7:00 Joonas Niilola
2021-04-28  5:57 Joonas Niilola
2021-04-16  6:26 Joonas Niilola
2021-04-16  6:26 Joonas Niilola
2021-03-15  8:51 Joonas Niilola
2021-03-05 16:18 Joonas Niilola
2020-10-21  5:47 Joonas Niilola
2020-10-21  5:47 Joonas Niilola
2020-10-21  5:47 Joonas Niilola
2020-09-21 13:59 Joonas Niilola
2020-08-04 16:50 Joonas Niilola
2020-08-04 16:50 Joonas Niilola
2020-08-04 16:50 Joonas Niilola
2020-07-04  7:36 Joonas Niilola
2020-05-04 16:25 Joonas Niilola
2020-03-28 15:28 Joonas Niilola
2020-03-28 15:28 Joonas Niilola
2020-03-28 15:28 Joonas Niilola
2020-03-06  8:51 Joonas Niilola
2020-03-06  8:51 Joonas Niilola
2020-02-23  7:41 Joonas Niilola
2020-01-06  9:36 Joonas Niilola
2020-01-05 10:10 Joonas Niilola

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=1600696739.fd9fba0eeb3a25cf3d1d760872183ceb78c700bd.juippis@gentoo \
    --to=juippis@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