public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Lars Wendler" <polynomial-c@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/mandoc/
Date: Thu, 23 Jan 2020 15:33:06 +0000 (UTC)	[thread overview]
Message-ID: <1579793579.8ffe2c4a58aae021bc2b006cfaaf897eac6d8369.polynomial-c@gentoo> (raw)

commit:     8ffe2c4a58aae021bc2b006cfaaf897eac6d8369
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 23 15:32:19 2020 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Thu Jan 23 15:32:59 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ffe2c4a

app-text/mandoc: Fixed build with make-4.3

Closes: https://bugs.gentoo.org/706024
Package-Manager: Portage-2.3.85, Repoman-2.3.20
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>

 app-text/mandoc/mandoc-1.14.5.ebuild | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/app-text/mandoc/mandoc-1.14.5.ebuild b/app-text/mandoc/mandoc-1.14.5.ebuild
index 029a69eeadc..5fdb433abdb 100644
--- a/app-text/mandoc/mandoc-1.14.5.ebuild
+++ b/app-text/mandoc/mandoc-1.14.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
@@ -28,6 +28,13 @@ src_prepare() {
 		-e '/^db-install:/s:$: base-install:' \
 		Makefile || die
 
+	# make-4.3 doesn't like the CC line (bug #706024)
+	# and "echo -n" is not portable
+	sed \
+		-e "s@^\(CC=\).*\$@\1\"$(tc-getCC)\"@" \
+		-e 's@echo -n@printf@g' \
+		-i configure || die
+
 	cat <<-EOF > "configure.local"
 		PREFIX="${EPREFIX}/usr"
 		BINDIR="${EPREFIX}/usr/bin"


             reply	other threads:[~2020-01-23 15:33 UTC|newest]

Thread overview: 38+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-23 15:33 Lars Wendler [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-08-26  7:04 [gentoo-commits] repo/gentoo:master commit in: app-text/mandoc/ Arthur Zamarin
2023-08-02 15:11 Sam James
2023-07-16  6:27 Joonas Niilola
2023-07-09  4:47 Sam James
2023-06-28  7:50 Sam James
2023-02-08 17:13 Sam James
2022-08-30 16:09 Sam James
2022-08-30  9:25 Jakov Smolić
2022-08-30  5:07 Arthur Zamarin
2022-08-30  5:07 Arthur Zamarin
2022-08-30  4:35 Arthur Zamarin
2022-08-01 15:22 Mike Gilbert
2022-07-31 20:04 Mike Gilbert
2022-05-19 10:35 WANG Xuerui
2022-01-19  2:31 Yixun Lan
2021-09-29 13:05 Lars Wendler
2021-01-08  7:24 Sergei Trofimovich
2021-01-03 11:39 Sergei Trofimovich
2021-01-03  9:58 Sergei Trofimovich
2020-12-19 21:50 Sergei Trofimovich
2020-12-13 23:31 Sam James
2020-12-13 10:34 Sam James
2020-12-13  9:12 Sam James
2020-12-13  9:02 Sam James
2020-12-11 14:20 Lars Wendler
2020-09-14  1:34 Georgy Yakovlev
2020-01-08 15:01 Mike Frysinger
2019-03-10 17:52 Lars Wendler
2019-03-10 17:52 Lars Wendler
2018-08-13  8:19 Lars Wendler
2018-08-13  8:19 Lars Wendler
2017-08-21  9:03 Lars Wendler
2017-08-21  8:58 Lars Wendler
2017-03-13 22:46 Mike Frysinger
2017-03-13 22:46 Mike Frysinger
2017-02-23 12:39 Lars Wendler
2017-01-28  6:51 Mike Frysinger

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=1579793579.8ffe2c4a58aae021bc2b006cfaaf897eac6d8369.polynomial-c@gentoo \
    --to=polynomial-c@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