diff options
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.patch | 20 |
1 files changed, 20 insertions, 0 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 new file mode 100644 index 00000000..9b515b4c --- /dev/null +++ b/app-emulation/wine/files/wine-1.6.2-ipx.patch @@ -0,0 +1,20 @@ +--- 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) + { |