summaryrefslogtreecommitdiff
path: root/app-emulation/qemu/files/qemu-8.0.0-make.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-03-12 06:11:51 +0000
committerV3n3RiX <venerix@koprulu.sector>2023-03-12 06:11:51 +0000
commited29ea7e5783aeccaddc89856f6fe75fb78179e5 (patch)
treea99cfbbe9bfaab43efba21c6d77c39216d73118f /app-emulation/qemu/files/qemu-8.0.0-make.patch
parent8fa69fdd0836c0b856dd0f9ef77d5fb25df844ec (diff)
gentoo auto-resync : 12:03:2023 - 06:11:51
Diffstat (limited to 'app-emulation/qemu/files/qemu-8.0.0-make.patch')
-rw-r--r--app-emulation/qemu/files/qemu-8.0.0-make.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/app-emulation/qemu/files/qemu-8.0.0-make.patch b/app-emulation/qemu/files/qemu-8.0.0-make.patch
new file mode 100644
index 000000000000..4bf3f7157713
--- /dev/null
+++ b/app-emulation/qemu/files/qemu-8.0.0-make.patch
@@ -0,0 +1,12 @@
+diff -ruN qemu-9999.orig/configure qemu-9999/configure
+--- qemu-9999.orig/configure 2023-03-12 01:26:15.488133462 +0100
++++ qemu-9999/configure 2023-03-12 01:29:19.355724020 +0100
+@@ -1068,7 +1068,7 @@
+ fi
+ fi
+
+-if ! has "$make"
++if ! has $make
+ then
+ error_exit "GNU make ($make) not found"
+ fi