commit:     18bbd63c1bdd06159798145e7993929f76d0eb3c
Author:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Thu May  3 06:19:58 2018 +0000
Commit:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Thu May  3 06:19:58 2018 +0000
URL:        https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=18bbd63c

dev-libs/libgpg-error: fix configure/build on Solaris 10

Package-Manager: Portage-2.3.18-prefix, Repoman-2.3.6

 dev-libs/libgpg-error/libgpg-error-1.29.ebuild | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/dev-libs/libgpg-error/libgpg-error-1.29.ebuild 
b/dev-libs/libgpg-error/libgpg-error-1.29.ebuild
index 0506ee45b1..6bb622efd3 100644
--- a/dev-libs/libgpg-error/libgpg-error-1.29.ebuild
+++ b/dev-libs/libgpg-error/libgpg-error-1.29.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-inherit libtool ltprune multilib-minimal toolchain-funcs autotools
+inherit libtool ltprune multilib-minimal toolchain-funcs autotools prefix
 
 DESCRIPTION="Contains error handling functions used by GnuPG software"
 HOMEPAGE="http://www.gnupg.org/related_software/libgpg-error";
@@ -30,6 +30,9 @@ MULTILIB_WRAPPED_HEADERS=(
 src_prepare() {
        default
        eapply "${DISTDIR}"/${P}-solaris.patch
+       # autogen is needed for getting a version number, it needs a
+       # POSIX compliant shell
+       hprefixify "${S}"/autogen.sh
        eautoreconf
        elibtoolize
 }

Reply via email to