wine: Remove unnecessary musl-ipx.patch

It has been patched upstream.

Signed-off-by: Fotios Valasiadis <fvalasiad@gmail.com>
This commit is contained in:
Fotios Valasiadis 2023-08-23 02:07:02 +03:00 committed by Helmut Pozimski
parent 4e28d8b2e7
commit e6acfa4ac1
2 changed files with 1 additions and 14 deletions

View File

@ -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? */

View File

@ -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}