projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5f19b8f
)
x11-libs/fltk: Run eaclocal before eautoconf.
author
Lars Wendler
<polynomial-c@gentoo.org>
Tue, 8 May 2018 06:28:35 +0000
(08:28 +0200)
committer
Lars 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
patch
|
blob
|
history
diff --git
a/x11-libs/fltk/fltk-1.3.4.ebuild
b/x11-libs/fltk/fltk-1.3.4.ebuild
index 4c20b2501ec8c76fba581c020ff31270771a16fd..d8b4321dcc15a04703635f41be1d915c3275ab62 100644
(file)
--- 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
}