From e7a426145bbcc2237c0d0d3f595b1271e6cf210d Mon Sep 17 00:00:00 2001 From: Fotios Valasiadis Date: Wed, 23 Aug 2023 02:07:02 +0300 Subject: [PATCH] wine: Remove unnecessary musl-ipx.patch It has been patched upstream. Signed-off-by: Fotios Valasiadis --- srcpkgs/wine/patches/musl-ipx.patch | 13 ------------- srcpkgs/wine/template | 2 +- 2 files changed, 1 insertion(+), 14 deletions(-) delete mode 100644 srcpkgs/wine/patches/musl-ipx.patch diff --git a/srcpkgs/wine/patches/musl-ipx.patch b/srcpkgs/wine/patches/musl-ipx.patch deleted file mode 100644 index 3e4e8323d0c57..0000000000000 --- a/srcpkgs/wine/patches/musl-ipx.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/server/sock.c b/server/sock.c -index 550fe61e477..591876aab33 100644 ---- a/server/sock.c -+++ b/server/sock.c -@@ -1880,7 +1880,7 @@ static int init_socket( struct sock *sock, int family, int type, int protocol ) - - #ifdef SOL_IPX - setsockopt( sockfd, SOL_IPX, IPX_TYPE, &ipx_type, sizeof(ipx_type) ); --#else -+#elif defined(SO_DEFAULT_HEADERS) - struct ipx val; - /* Should we retrieve val using a getsockopt call and then - * set the modified one? */ diff --git a/srcpkgs/wine/template b/srcpkgs/wine/template index 1fdcdaee64710..13cffbf5ea3fb 100644 --- a/srcpkgs/wine/template +++ b/srcpkgs/wine/template @@ -1,7 +1,7 @@ # Template file for 'wine' pkgname=wine version=8.14 -revision=1 +revision=2 _pkgver=${version/r/-r} create_wrksrc=yes build_wrksrc=wine-${_pkgver}