diff --git a/srcpkgs/wine/patches/musl-ipx.patch b/srcpkgs/wine/patches/musl-ipx.patch deleted file mode 100644 index 3e4e8323d0c..00000000000 --- 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 1fdcdaee647..13cffbf5ea3 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}