net-misc/cadaver: Fix eautoreconf with >=sys-devel/gettext-0.20.
authorArfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>
Tue, 18 Jun 2019 15:26:52 +0000 (15:26 +0000)
committerMike Gilbert <floppym@gentoo.org>
Tue, 18 Jun 2019 15:59:07 +0000 (11:59 -0400)
Fixes: https://bugs.gentoo.org/686152
Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
net-misc/cadaver/cadaver-0.23.3.ebuild

index edb1d0379d7a83190a5d9c4615c63b6759fc5bf8..cbb8805aaa18630afdfbe6c10800db5014f72479 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 2003-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
@@ -26,8 +26,9 @@ src_prepare() {
 
        rm -r lib/{expat,intl,neon} || die "rm failed"
        sed \
-               -e "/NE_REQUIRE_VERSIONS/s/29/& 30/" \
-               -e "s:lib/neon/Makefile lib/intl/Makefile ::" \
+               -e "/NE_REQUIRE_VERSIONS/s:29:& 30:" \
+               -e "/AM_GNU_GETTEXT/s:no-libtool:external:" \
+               -e "/AC_CONFIG_FILES/s: lib/neon/Makefile lib/intl/Makefile::" \
                -i configure.ac || die "sed configure.ac failed"
        sed -e "s/^\(SUBDIRS.*=\).*/\1/" -i Makefile.in || die "sed Makefile.in failed"
        cp /usr/share/gettext/po/Makefile.in.in po || die "cp failed"