From: "Fabian Groffen" <grobian@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/prefix:master commit in: sys-apps/coreutils/
Date: Mon, 19 Mar 2018 14:24:38 +0000 (UTC) [thread overview]
Message-ID: <1521469466.b3fa78fce756ce172c4568aefd2bc08dcf5221dc.grobian@gentoo> (raw)
commit: b3fa78fce756ce172c4568aefd2bc08dcf5221dc
Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 19 14:24:26 2018 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Mon Mar 19 14:24:26 2018 +0000
URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=b3fa78fc
sys-apps/coreutils: fix linking on ppc-macos
Package-Manager: Portage-2.3.18-prefix, Repoman-2.3.6
sys-apps/coreutils/coreutils-8.29.ebuild | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/sys-apps/coreutils/coreutils-8.29.ebuild b/sys-apps/coreutils/coreutils-8.29.ebuild
index 2a152c1656..6c8a9c89a4 100644
--- a/sys-apps/coreutils/coreutils-8.29.ebuild
+++ b/sys-apps/coreutils/coreutils-8.29.ebuild
@@ -69,6 +69,14 @@ src_prepare() {
epatch "${FILESDIR}"/${PN}-8.22-mint.patch
# fixup libstdbuf non-libtool stuff
if [[ ${CHOST} == *-darwin* ]] ; then
+ if [[ ${CHOST} == *-darwin9* ]] ; then
+ # we need replacement libs from libcoreutils.a here in order
+ # to finish the linking
+ sed -i \
+ -e "/src_libstdbuf_so_LDADD/s:$:lib/libcoreutils.a:" \
+ Makefile.in \
+ || die
+ fi
sed -i \
-e "/src_libstdbuf_so_LDFLAGS = -shared/s:-shared:-dynamiclib -install_name ${EPREFIX}/usr/libexec/coreutils/libstdbuf.dylib:" \
Makefile.in \
next reply other threads:[~2018-03-19 14:24 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-03-19 14:24 Fabian Groffen [this message]
-- strict thread matches above, loose matches on Subject: below --
2021-12-28 15:29 [gentoo-commits] repo/proj/prefix:master commit in: sys-apps/coreutils/ Fabian Groffen
2021-12-23 8:49 Sam James
2021-11-09 7:59 Sam James
2021-01-24 9:47 Fabian Groffen
2019-01-03 14:39 Fabian Groffen
2018-12-30 11:36 Fabian Groffen
2018-12-29 13:34 Fabian Groffen
2018-06-29 7:56 Michael Haubenwallner
2018-04-07 15:59 Fabian Groffen
2018-02-19 16:10 Michael Haubenwallner
2018-02-17 7:16 Fabian Groffen
2018-02-12 16:24 Fabian Groffen
2017-11-29 9:40 Michael Haubenwallner
2016-05-12 13:41 Michael Haubenwallner
2016-04-18 11:04 Michael Haubenwallner
2016-04-18 11:04 Michael Haubenwallner
2016-02-04 8:11 Fabian Groffen
2016-01-22 16:33 Fabian Groffen
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=1521469466.b3fa78fce756ce172c4568aefd2bc08dcf5221dc.grobian@gentoo \
--to=grobian@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