summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-emulation/wine/files/wine-1.6.2-ipx.patch')
-rw-r--r--app-emulation/wine/files/wine-1.6.2-ipx.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/app-emulation/wine/files/wine-1.6.2-ipx.patch b/app-emulation/wine/files/wine-1.6.2-ipx.patch
deleted file mode 100644
index 9b515b4c..00000000
--- a/app-emulation/wine/files/wine-1.6.2-ipx.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- a/wine-1.6.2/dlls/ws2_32/socket.c
-+++ b/wine-1.6.2/dlls/ws2_32/socket.c
-@@ -2835,7 +2835,7 @@
- return SOCKET_ERROR;
- } /* end switch(optname) */
- }/* end case WS_SOL_SOCKET */
--#ifdef HAS_IPX
-+#if 0
- case NSPROTO_IPX:
- {
- struct WS_sockaddr_ipx addr;
-@@ -4372,7 +4372,7 @@
- }
- break; /* case WS_SOL_SOCKET */
-
--#ifdef HAS_IPX
-+#if 0
- case NSPROTO_IPX:
- switch(optname)
- {