public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sebastian Pipping" <sping@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-cdr/isomaster/files/, app-cdr/isomaster/
Date: Sat,  6 Feb 2021 18:49:32 +0000 (UTC)	[thread overview]
Message-ID: <1612637297.c9b663c6de96b2d326bdfe9afdbe04c7954806a0.sping@gentoo> (raw)

commit:     c9b663c6de96b2d326bdfe9afdbe04c7954806a0
Author:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
AuthorDate: Sat Feb  6 18:45:26 2021 +0000
Commit:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Sat Feb  6 18:48:17 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9b663c6

app-cdr/isomaster: Respect variable AR

Closes: https://bugs.gentoo.org/740138
Signed-off-by: Sebastian Pipping <sping <AT> gentoo.org>
Package-Manager: Portage-3.0.14, Repoman-3.0.2

 app-cdr/isomaster/files/isomaster-1.3.15-ar.patch | 25 +++++++++++++++++++++++
 app-cdr/isomaster/isomaster-1.3.15.ebuild         |  5 +++--
 2 files changed, 28 insertions(+), 2 deletions(-)

diff --git a/app-cdr/isomaster/files/isomaster-1.3.15-ar.patch b/app-cdr/isomaster/files/isomaster-1.3.15-ar.patch
new file mode 100644
index 00000000000..12c5ef4c362
--- /dev/null
+++ b/app-cdr/isomaster/files/isomaster-1.3.15-ar.patch
@@ -0,0 +1,25 @@
+From 1553ea30148f69bce545b3a79ab3f7847566c50a Mon Sep 17 00:00:00 2001
+From: Sebastian Pipping <sebastian@pipping.org>
+Date: Sat, 6 Feb 2021 19:36:33 +0100
+Subject: [PATCH] Makefile: Give external AR="$(tc-getAR)" a chance to win
+
+---
+ Makefile | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/Makefile b/Makefile
+index f005099..98808f8 100644
+--- a/Makefile
++++ b/Makefile
+@@ -48,7 +48,7 @@ OPTFLAGS ?= -Wall
+ 
+ # programs used in the Makefiles:
+ export CC      ?= gcc
+-export AR      = ar
++export AR      ?= ar
+ export RM      = rm -f
+ export INSTALL = install
+ export CP      = cp
+-- 
+2.30.0
+

diff --git a/app-cdr/isomaster/isomaster-1.3.15.ebuild b/app-cdr/isomaster/isomaster-1.3.15.ebuild
index 4409476a71a..f9907cc82e0 100644
--- a/app-cdr/isomaster/isomaster-1.3.15.ebuild
+++ b/app-cdr/isomaster/isomaster-1.3.15.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -22,6 +22,7 @@ DEPEND="${RDEPEND}
 
 PATCHES=(
 	"${FILESDIR}"/${PN}-1.3.14-include-path.patch
+	"${FILESDIR}"/${PN}-1.3.15-ar.patch
 )
 
 pkg_setup() {
@@ -43,7 +44,7 @@ src_prepare() {
 }
 
 src_compile() {
-	tc-export CC
+	tc-export AR CC
 	emake "${myisoconf[@]}"
 }
 


             reply	other threads:[~2021-02-06 18:49 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-02-06 18:49 Sebastian Pipping [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-01-07  5:20 [gentoo-commits] repo/gentoo:master commit in: app-cdr/isomaster/files/, app-cdr/isomaster/ Ionen Wolkens
2024-10-09 13:15 Sebastian Pipping
2018-03-05 15:19 Pacho Ramos

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=1612637297.c9b663c6de96b2d326bdfe9afdbe04c7954806a0.sping@gentoo \
    --to=sping@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