commit:     2457d91c6252ef30b76d2de2af839fa271101802
Author:     Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Tue May  1 14:14:34 2018 +0000
Commit:     José María Alonso <nimiux <AT> gentoo <DOT> org>
CommitDate: Tue May  1 14:14:34 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2457d91c

dev-libs/libsigsegv: Add eautoreconf

Closes: https://bugs.gentoo.org/654222
Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-libs/libsigsegv/libsigsegv-2.12-r1.ebuild | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/dev-libs/libsigsegv/libsigsegv-2.12-r1.ebuild 
b/dev-libs/libsigsegv/libsigsegv-2.12-r1.ebuild
index a6dc0c1e213..9306a3b2b2f 100644
--- a/dev-libs/libsigsegv/libsigsegv-2.12-r1.ebuild
+++ b/dev-libs/libsigsegv/libsigsegv-2.12-r1.ebuild
@@ -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
 }

Reply via email to