0530-msys-mingw-prefer-unix-sep-if-MSYSTEM.patch
0535-msys-cygwin-semi-native-build-sysconfig.patch
Add a bug-fix from Arch Linux mingw-w64-python 2.7.6
for a memory stomp.
Fix python{3.3m}-config.sh to return correct values.
Tidy up the PKGBUILD files.
13 lines
482 B
Diff
13 lines
482 B
Diff
diff -urN a/Modules/socketmodule.h b/Modules/socketmodule.h
|
|
--- a/Modules/socketmodule.h 2014-01-22 20:57:40.129096124 +0000
|
|
+++ b/Modules/socketmodule.h 2014-01-22 20:57:40.589103225 +0000
|
|
@@ -28,7 +28,7 @@
|
|
* I use SIO_GET_MULTICAST_FILTER to detect a decent SDK.
|
|
*/
|
|
# ifdef SIO_GET_MULTICAST_FILTER
|
|
-# include <MSTcpIP.h> /* for SIO_RCVALL */
|
|
+# include <mstcpip.h> /* for SIO_RCVALL */
|
|
# define HAVE_ADDRINFO
|
|
# define HAVE_SOCKADDR_STORAGE
|
|
# define HAVE_GETADDRINFO
|