public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Matt Turner" <mattst88@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/libkudzu/
Date: Mon,  2 Sep 2019 16:12:53 +0000 (UTC)	[thread overview]
Message-ID: <1567440764.018100ded1d31829d7307aa163eb58dfd1a8b08a.mattst88@gentoo> (raw)

commit:     018100ded1d31829d7307aa163eb58dfd1a8b08a
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Mon Sep  2 16:11:53 2019 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Mon Sep  2 16:12:44 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=018100de

sys-libs/libkudzu: Use -fPIC instead of -fpic

Otherwise sys-apps/hwsetup fails to link against libkudzu on sparc64.

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 sys-libs/libkudzu/libkudzu-1.2.57.1.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/sys-libs/libkudzu/libkudzu-1.2.57.1.ebuild b/sys-libs/libkudzu/libkudzu-1.2.57.1.ebuild
index c7b44d76b7b..c541f30d5fc 100644
--- a/sys-libs/libkudzu/libkudzu-1.2.57.1.ebuild
+++ b/sys-libs/libkudzu/libkudzu-1.2.57.1.ebuild
@@ -27,6 +27,8 @@ RDEPEND="
 S=${WORKDIR}/kudzu-${PV}
 
 src_prepare() {
+	sed -i -e 's/-fpic/-fPIC/g' Makefile || die
+
 	epatch \
 		"${FILESDIR}"/kudzu-${PV}-sbusfix.patch \
 		"${FILESDIR}"/kudzu-${PV}-sparc-keyboard.patch


             reply	other threads:[~2019-09-02 16:12 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-09-02 16:12 Matt Turner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2020-11-04 22:50 [gentoo-commits] repo/gentoo:master commit in: sys-libs/libkudzu/ Matt Turner
2017-01-15 10:10 Aaron Bauman

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=1567440764.018100ded1d31829d7307aa163eb58dfd1a8b08a.mattst88@gentoo \
    --to=mattst88@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