x11-libs/fltk: Run eaclocal before eautoconf.
authorLars Wendler <polynomial-c@gentoo.org>
Tue, 8 May 2018 06:28:35 +0000 (08:28 +0200)
committerLars Wendler <polynomial-c@gentoo.org>
Tue, 8 May 2018 06:28:50 +0000 (08:28 +0200)
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

x11-libs/fltk/fltk-1.3.4.ebuild

index 4c20b2501ec8c76fba581c020ff31270771a16fd..d8b4321dcc15a04703635f41be1d915c3275ab62 100644 (file)
@@ -82,6 +82,7 @@ src_prepare() {
 
        cp fluid/{,x-}fluid.desktop || die
 
+       eaclocal
        eautoconf
        multilib_copy_sources
 }