mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-06 02:17:34 -08:00
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>
This commit is contained in:
parent
a1198583c6
commit
f099155926
14
app-emulation/qemu/files/qemu-6.0.0-make.patch
Normal file
14
app-emulation/qemu/files/qemu-6.0.0-make.patch
Normal file
@ -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
|
||||
@ -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="
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user