mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
net-analyzer/yersinia: fix sed for USE=-gtk
configure.in was renamed to configure.ac upstream. Closes: https://bugs.gentoo.org/940353 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -43,7 +43,7 @@ src_prepare() {
|
||||
|
||||
if ! use gtk; then
|
||||
# bug #514802
|
||||
sed -i -e '/AM_GLIB_GNU_GETTEXT/d' configure.in || die
|
||||
sed -i -e '/AM_GLIB_GNU_GETTEXT/d' configure.ac || die
|
||||
fi
|
||||
|
||||
eautoreconf
|
||||
|
||||
Reference in New Issue
Block a user