public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-electronics/magic/
Date: Wed, 18 Aug 2021 23:18:42 +0000 (UTC)	[thread overview]
Message-ID: <1629328712.be7ed26f001fb31bf32a69824c3cc858b48f0326.sam@gentoo> (raw)

commit:     be7ed26f001fb31bf32a69824c3cc858b48f0326
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 18 23:17:37 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Aug 18 23:18:32 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be7ed26f

sci-electronics/magic: fix autoconf 2.71 compatibility

Closes: https://bugs.gentoo.org/775422
Thanks-to: Lars Wendler <polynomial-c <AT> gentoo.org>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 sci-electronics/magic/magic-8.0.207.ebuild | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/sci-electronics/magic/magic-8.0.207.ebuild b/sci-electronics/magic/magic-8.0.207.ebuild
index f39b2bed4f9..5c62820b86b 100644
--- a/sci-electronics/magic/magic-8.0.207.ebuild
+++ b/sci-electronics/magic/magic-8.0.207.ebuild
@@ -34,6 +34,12 @@ src_prepare() {
 	cd .. || die
 
 	sed -i -e "s: -pg : :" tcltk/Makefile || die
+
+	# required for >=autoconf-2.70 (bug #775422)
+	local ac_aux_file
+	for ac_aux_file in install-sh config.guess config.sub ; do
+		ln -s scripts/${ac_aux_file} ${ac_aux_file} || die
+	done
 }
 
 src_configure() {


             reply	other threads:[~2021-08-18 23:18 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-08-18 23:18 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-07-30 21:13 [gentoo-commits] repo/gentoo:master commit in: sci-electronics/magic/ Pacho Ramos
2023-06-25  3:13 Sam James
2023-03-17 10:58 Andrew Ammerlaan
2023-02-01  7:23 Sam James
2022-06-21 10:02 Andrew Ammerlaan
2022-06-07  3:44 Sam James
2022-06-07  3:44 Sam James
2021-12-14 16:17 Jakov Smolić
2021-12-14 16:15 Jakov Smolić
2021-12-14 16:09 Jakov Smolić
2021-09-29 22:21 Sam James
2020-09-24 19:53 Aaron Bauman
2016-03-06 23:35 David Seifert

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=1629328712.be7ed26f001fb31bf32a69824c3cc858b48f0326.sam@gentoo \
    --to=sam@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