summarylogtreecommitdiffstats
path: root/0007-AUR-Disable-incompatible-pointer-types-in-Wine-GCC-1.patch
blob: 017ae571a0fe1429266f5c2d2e33482f7bfd7fdf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
From d624fd5bcd60817fd2b38eb3c616834deee06538 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)

---
 Makefile.in | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/Makefile.in b/Makefile.in
index 7056890f..5f32f2b4 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -634,6 +634,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"
 
+WINE_CFLAGS = \
+  -Wno-incompatible-pointer-types \
+
 WINE_DEPENDS = gst_orc gstreamer gst_base vkd3d
 
 $(eval $(call rules-source,wine,$(SRCDIR)/wine))
-- 
2.45.0