projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3db69bf
)
app-emulation/vkd3d-9999: needs eautoreconf
author
Mikaël Cluseau
<mikael.cluseau@gmail.com>
Fri, 6 Dec 2019 10:22:34 +0000
(11:22 +0100)
committer
Nick Sarnie
<sarnex@gentoo.org>
Sun, 8 Dec 2019 23:39:47 +0000
(18:39 -0500)
Building from the git repository requires to call eautoreconf.
Closes: https://github.com/gentoo/gentoo/pull/13889
Signed-off-by: Mikaël Cluseau <mikael.cluseau@gmail.com>
Signed-off-by: Nick Sarnie <sarnex@gentoo.org>
app-emulation/vkd3d/vkd3d-9999.ebuild
patch
|
blob
|
history
diff --git
a/app-emulation/vkd3d/vkd3d-9999.ebuild
b/app-emulation/vkd3d/vkd3d-9999.ebuild
index 56cb485915fefcad94bffc2938b054c9b29ed84e..8f9fdffa3c6b4aa1e273ec4670dca17726aa663c 100644
(file)
--- a/
app-emulation/vkd3d/vkd3d-9999.ebuild
+++ b/
app-emulation/vkd3d/vkd3d-9999.ebuild
@@
-3,7
+3,7
@@
EAPI=6
-inherit multilib-minimal
+inherit multilib-minimal
autotools
AUTOTOOLS_AUTORECONF="1"
@@
-32,6
+32,11
@@
HOMEPAGE="https://source.winehq.org/git/vkd3d.git/"
LICENSE="LGPL-2.1"
SLOT="0"
+src_prepare() {
+ default
+ eautoreconf
+}
+
multilib_src_configure() {
local myconf=(
$(use_with spirv-tools)