dev-libs/libsigsegv: Add eautoreconf
authorChema Alonso Josa <nimiux@gentoo.org>
Tue, 1 May 2018 14:14:34 +0000 (16:14 +0200)
committerChema Alonso Josa <nimiux@gentoo.org>
Tue, 1 May 2018 14:14:34 +0000 (16:14 +0200)
Closes: https://bugs.gentoo.org/654222
Package-Manager: Portage-2.3.24, Repoman-2.3.6

dev-libs/libsigsegv/libsigsegv-2.12-r1.ebuild

index a6dc0c1e2139595580d1cfafbb773922e93a6633..9306a3b2b2f8d7a5d4c44d05d69a76e639a668e2 100644 (file)
@@ -3,6 +3,8 @@
 
 EAPI=6
 
+inherit autotools
+
 DESCRIPTION="Library for handling page faults in user mode"
 HOMEPAGE="https://www.gnu.org/software/libsigsegv/"
 SRC_URI="mirror://gnu/libsigsegv/${P}.tar.gz"
@@ -19,7 +21,9 @@ PATCHES=(
 
 src_prepare() {
        default
+       eautoreconf
 }
+
 src_configure () {
        econf --enable-shared
 }