summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2021-06-26 20:55:04 +0100
committerSergei Trofimovich <slyfox@gentoo.org>2021-06-26 20:59:05 +0100
commitf09915592646599a26c0be1f368809f4a5e84532 (patch)
treef208ce9fed8f47b7a72f6230c0b2ef523fe8f9f1 /app-emulation
parentapp-editors/vscode: Remove old versions (diff)
downloadgentoo-f09915592646599a26c0be1f368809f4a5e84532.tar.gz
gentoo-f09915592646599a26c0be1f368809f4a5e84532.tar.bz2
gentoo-f09915592646599a26c0be1f368809f4a5e84532.zip
app-emulation/qemu: allow MAKE='make ...' form
Reported-by: Toralf Förster Closes: https://bugs.gentoo.org/795678 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'app-emulation')
-rw-r--r--app-emulation/qemu/files/qemu-6.0.0-make.patch14
-rw-r--r--app-emulation/qemu/qemu-6.0.0.ebuild1
2 files changed, 15 insertions, 0 deletions
diff --git a/app-emulation/qemu/files/qemu-6.0.0-make.patch b/app-emulation/qemu/files/qemu-6.0.0-make.patch
new file mode 100644
index 000000000000..2dac1ca11d99
--- /dev/null
+++ b/app-emulation/qemu/files/qemu-6.0.0-make.patch
@@ -0,0 +1,14 @@
+Allow MAKE='make V=1' and similar.
+
+https://bugs.gentoo.org/795678
+--- a/configure
++++ b/configure
+@@ -1953,7 +1953,7 @@ if test -z "$python"
+ then
+ error_exit "Python not found. Use --python=/path/to/python"
+ fi
+-if ! has "$make"
++if ! has $make
+ then
+ error_exit "GNU make ($make) not found"
+ fi
diff --git a/app-emulation/qemu/qemu-6.0.0.ebuild b/app-emulation/qemu/qemu-6.0.0.ebuild
index fbd240df60c4..8a8069a10e2f 100644
--- a/app-emulation/qemu/qemu-6.0.0.ebuild
+++ b/app-emulation/qemu/qemu-6.0.0.ebuild
@@ -276,6 +276,7 @@ PATCHES=(
"${FILESDIR}"/${PN}-5.2.0-cleaner-werror.patch
"${FILESDIR}"/${PN}-5.2.0-disable-keymap.patch
"${FILESDIR}"/${PN}-5.2.0-dce-locks.patch
+ "${FILESDIR}"/${PN}-6.0.0-make.patch
)
QA_PREBUILT="