summarylogtreecommitdiffstats
path: root/0001-AUR-Fix-calling-make-requests-where-it-shouldn-t-be-.patch
diff options
context:
space:
mode:
Diffstat (limited to '0001-AUR-Fix-calling-make-requests-where-it-shouldn-t-be-.patch')
-rw-r--r--0001-AUR-Fix-calling-make-requests-where-it-shouldn-t-be-.patch24
1 files changed, 24 insertions, 0 deletions
diff --git a/0001-AUR-Fix-calling-make-requests-where-it-shouldn-t-be-.patch b/0001-AUR-Fix-calling-make-requests-where-it-shouldn-t-be-.patch
new file mode 100644
index 000000000000..48b2fd1fc6de
--- /dev/null
+++ b/0001-AUR-Fix-calling-make-requests-where-it-shouldn-t-be-.patch
@@ -0,0 +1,24 @@
+From d8ade10090a354b0f9a7d4ea7da0a50cd074841a Mon Sep 17 00:00:00 2001
+From: Stelios Tsampas <loathingkernel@gmail.com>
+Date: Thu, 6 Jun 2024 19:47:02 +0300
+Subject: [PATCH] AUR: Fix calling make-requests where it shouldn't be called
+
+---
+ Makefile.in | 1 -
+ 1 file changed, 1 deletion(-)
+
+diff --git a/Makefile.in b/Makefile.in
+index cfd3b89e..f9df6ff1 100644
+--- a/Makefile.in
++++ b/Makefile.in
+@@ -653,7 +653,6 @@ $(eval $(call rules-wine-requests,wine))
+ $(OBJ)/.wine-post-source:
+ cd $(WINE_SRC) && dlls/winevulkan/make_vulkan -x vk.xml
+ -cd $(WINE_SRC) && tools/make_specfiles
+- -cd $(WINE_SRC) && tools/make_requests
+ touch $@
+
+ $(OBJ)/.wine-post-build64:
+--
+2.45.2
+