From 37a0a867d13cde822c22ad74d83ea029b0f9fdc0 Mon Sep 17 00:00:00 2001 From: Jakov Smolić Date: Tue, 15 Feb 2022 23:11:41 +0100 Subject: xfce-base/exo: Call intltoolize after eautoreconf MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - The build system wants the po/Makefile.in.in file to be created by intltoolize, so let's manually call it after eautoreconf to make sure it's ran after glib-gettextize. Closes: https://bugs.gentoo.org/829859 Signed-off-by: Jakov Smolić --- xfce-base/exo/exo-4.16.3.ebuild | 2 ++ 1 file changed, 2 insertions(+) (limited to 'xfce-base/exo') diff --git a/xfce-base/exo/exo-4.16.3.ebuild b/xfce-base/exo/exo-4.16.3.ebuild index da8c8f509f3c..e16e6e1248df 100644 --- a/xfce-base/exo/exo-4.16.3.ebuild +++ b/xfce-base/exo/exo-4.16.3.ebuild @@ -32,6 +32,8 @@ PATCHES=( src_prepare() { default eautoreconf + # needs to be executed after glib-gettextize, bug 829859 + intltoolize --automake --copy --force || die "intltoolize failed" } src_install() { -- cgit v1.2.3-65-gdbad