projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
db56dc2
)
dev-libs/popt: add elibtoolize for ppc64le
author
Mike Frysinger
<vapier@gentoo.org>
Mon, 20 Mar 2017 19:48:22 +0000
(15:48 -0400)
committer
Mike Frysinger
<vapier@gentoo.org>
Mon, 20 Mar 2017 19:48:58 +0000
(15:48 -0400)
The bundled libtool is too old and doesn't support ppc64le out of the box.
dev-libs/popt/popt-1.16-r2.ebuild
patch
|
blob
|
history
diff --git
a/dev-libs/popt/popt-1.16-r2.ebuild
b/dev-libs/popt/popt-1.16-r2.ebuild
index 9206333b24be8ff8782e758774f63e3bc6a8074a..f8cdbd195302235c2b14d2e6ba1b89d2826820db 100644
(file)
--- a/
dev-libs/popt/popt-1.16-r2.ebuild
+++ b/
dev-libs/popt/popt-1.16-r2.ebuild
@@
-2,7
+2,7
@@
# Distributed under the terms of the GNU General Public License v2
EAPI=5
-inherit eutils multilib-minimal
+inherit eutils multilib-minimal
libtool
DESCRIPTION="Parse Options - Command line parser"
HOMEPAGE="http://rpm5.org/"
@@
-19,6
+19,7
@@
DEPEND="nls? ( sys-devel/gettext )"
src_prepare() {
epatch "${FILESDIR}"/fix-popt-pkgconfig-libdir.patch #349558
sed -i -e 's:lt-test1:test1:' testit.sh || die
+ elibtoolize
}
multilib_src_configure() {