diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2018-05-08 08:28:35 +0200 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2018-05-08 08:28:50 +0200 |
commit | 63dc4f0de94dbcc20daac582c5b85e3471416fc7 (patch) | |
tree | 944f42213c28d021740215fa1ebdeb471fa40db7 /x11-libs/fltk | |
parent | x11-base/xorg-server: stable 1.19.5-r2 for sparc (diff) | |
download | gentoo-63dc4f0de94dbcc20daac582c5b85e3471416fc7.tar.gz gentoo-63dc4f0de94dbcc20daac582c5b85e3471416fc7.tar.bz2 gentoo-63dc4f0de94dbcc20daac582c5b85e3471416fc7.zip |
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
Diffstat (limited to 'x11-libs/fltk')
-rw-r--r-- | x11-libs/fltk/fltk-1.3.4.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
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 } |