Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/prefix:master commit in: dev-libs/libgpg-error/
Date: Thu, 03 May 2018 06:23:26
Message-Id: 1525328398.18bbd63c1bdd06159798145e7993929f76d0eb3c.grobian@gentoo
1 commit: 18bbd63c1bdd06159798145e7993929f76d0eb3c
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 3 06:19:58 2018 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Thu May 3 06:19:58 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=18bbd63c
7
8 dev-libs/libgpg-error: fix configure/build on Solaris 10
9
10 Package-Manager: Portage-2.3.18-prefix, Repoman-2.3.6
11
12 dev-libs/libgpg-error/libgpg-error-1.29.ebuild | 5 ++++-
13 1 file changed, 4 insertions(+), 1 deletion(-)
14
15 diff --git a/dev-libs/libgpg-error/libgpg-error-1.29.ebuild b/dev-libs/libgpg-error/libgpg-error-1.29.ebuild
16 index 0506ee45b1..6bb622efd3 100644
17 --- a/dev-libs/libgpg-error/libgpg-error-1.29.ebuild
18 +++ b/dev-libs/libgpg-error/libgpg-error-1.29.ebuild
19 @@ -3,7 +3,7 @@
20
21 EAPI=6
22
23 -inherit libtool ltprune multilib-minimal toolchain-funcs autotools
24 +inherit libtool ltprune multilib-minimal toolchain-funcs autotools prefix
25
26 DESCRIPTION="Contains error handling functions used by GnuPG software"
27 HOMEPAGE="http://www.gnupg.org/related_software/libgpg-error"
28 @@ -30,6 +30,9 @@ MULTILIB_WRAPPED_HEADERS=(
29 src_prepare() {
30 default
31 eapply "${DISTDIR}"/${P}-solaris.patch
32 + # autogen is needed for getting a version number, it needs a
33 + # POSIX compliant shell
34 + hprefixify "${S}"/autogen.sh
35 eautoreconf
36 elibtoolize
37 }