From: Lars Wendler Date: Tue, 8 May 2018 06:28:35 +0000 (+0200) Subject: x11-libs/fltk: Run eaclocal before eautoconf. X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=63dc4f0de94dbcc20daac582c5b85e3471416fc7;p=gentoo.git x11-libs/fltk: Run eaclocal before eautoconf. Thanks to Arfrever Frehtes Taifersar Arahesis for the analysis and the suggested fix. Closes: https://bugs.gentoo.org/655238 Package-Manager: Portage-2.3.36, Repoman-2.3.9 --- diff --git a/x11-libs/fltk/fltk-1.3.4.ebuild b/x11-libs/fltk/fltk-1.3.4.ebuild index 4c20b2501ec8..d8b4321dcc15 100644 --- a/x11-libs/fltk/fltk-1.3.4.ebuild +++ b/x11-libs/fltk/fltk-1.3.4.ebuild @@ -82,6 +82,7 @@ src_prepare() { cp fluid/{,x-}fluid.desktop || die + eaclocal eautoconf multilib_copy_sources }