aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-05-31 01:35:14 +0100
committerSam James <sam@gentoo.org>2023-05-31 01:35:14 +0100
commit1fc5ab0a22228d2b385c4e1c80e7d78b60a7104a (patch)
tree3fa5869209340722f9d38d885bea009678f09716 /app-emulation/qemu/files/qemu-6.0.0-make.patch
parentnet-fs/samba: treeclean (diff)
downloadmusl-1fc5ab0a22228d2b385c4e1c80e7d78b60a7104a.tar.gz
musl-1fc5ab0a22228d2b385c4e1c80e7d78b60a7104a.tar.bz2
musl-1fc5ab0a22228d2b385c4e1c80e7d78b60a7104a.zip
app-emulation/qemu: treeclean
::gentoo works AFAIK. Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-emulation/qemu/files/qemu-6.0.0-make.patch')
-rw-r--r--app-emulation/qemu/files/qemu-6.0.0-make.patch14
1 files changed, 0 insertions, 14 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
deleted file mode 100644
index 2dac1ca1..00000000
--- a/app-emulation/qemu/files/qemu-6.0.0-make.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-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