summarylogtreecommitdiffstats
path: root/0007-AUR-Disable-incompatible-pointer-types-in-Wine-GCC-1.patch
diff options
context:
space:
mode:
Diffstat (limited to '0007-AUR-Disable-incompatible-pointer-types-in-Wine-GCC-1.patch')
-rw-r--r--0007-AUR-Disable-incompatible-pointer-types-in-Wine-GCC-1.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/0007-AUR-Disable-incompatible-pointer-types-in-Wine-GCC-1.patch b/0007-AUR-Disable-incompatible-pointer-types-in-Wine-GCC-1.patch
index 017ae571a0fe..6176e34d8140 100644
--- a/0007-AUR-Disable-incompatible-pointer-types-in-Wine-GCC-1.patch
+++ b/0007-AUR-Disable-incompatible-pointer-types-in-Wine-GCC-1.patch
@@ -1,4 +1,4 @@
-From d624fd5bcd60817fd2b38eb3c616834deee06538 Mon Sep 17 00:00:00 2001
+From 3ee8322ecf9d2b38389820bab8f4bac106662b33 Mon Sep 17 00:00:00 2001
From: Stelios Tsampas <loathingkernel@gmail.com>
Date: Sat, 11 May 2024 21:58:52 +0300
Subject: [PATCH 7/7] AUR: Disable incompatible-pointer-types in Wine (GCC 14)
@@ -8,10 +8,10 @@ Subject: [PATCH 7/7] AUR: Disable incompatible-pointer-types in Wine (GCC 14)
1 file changed, 3 insertions(+)
diff --git a/Makefile.in b/Makefile.in
-index 7056890f..5f32f2b4 100644
+index 3fc787a5..cfd3b89e 100644
--- a/Makefile.in
+++ b/Makefile.in
-@@ -634,6 +634,9 @@ WINE_CONFIGURE_ARGS64 = --enable-win64 \
+@@ -640,6 +640,9 @@ WINE_CONFIGURE_ARGS64 = --enable-win64 \
VKD3D_PE_CFLAGS="-I$(VULKAN_HEADERS_DST64)/include -I$(VKD3D_DST64)/include/vkd3d" \
VKD3D_PE_LIBS="-L$(VKD3D_DST64)/bin -l:libvkd3d-1.dll -l:libvkd3d-shader-1.dll"
@@ -22,5 +22,5 @@ index 7056890f..5f32f2b4 100644
$(eval $(call rules-source,wine,$(SRCDIR)/wine))
--
-2.45.0
+2.45.2