summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikaël Cluseau <mikael.cluseau@gmail.com>2019-12-06 11:22:34 +0100
committerNick Sarnie <sarnex@gentoo.org>2019-12-08 18:39:47 -0500
commit7ba6ddb3cc9f2d9e2ee01015887a5d7096e62fd9 (patch)
tree647428c60ffe4b4aeeb5939d77394c6db3bab843 /app-emulation/vkd3d
parentnet-analyzer/cacti: Version 1.2.8 (diff)
downloadgentoo-7ba6ddb3cc9f2d9e2ee01015887a5d7096e62fd9.tar.gz
gentoo-7ba6ddb3cc9f2d9e2ee01015887a5d7096e62fd9.tar.bz2
gentoo-7ba6ddb3cc9f2d9e2ee01015887a5d7096e62fd9.zip
app-emulation/vkd3d-9999: needs eautoreconf
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>
Diffstat (limited to 'app-emulation/vkd3d')
-rw-r--r--app-emulation/vkd3d/vkd3d-9999.ebuild7
1 files changed, 6 insertions, 1 deletions
diff --git a/app-emulation/vkd3d/vkd3d-9999.ebuild b/app-emulation/vkd3d/vkd3d-9999.ebuild
index 56cb485915fe..8f9fdffa3c6b 100644
--- 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)