diff options
author | Hans-Joachim Lankenau <hjs@openoffice.org> | 2010-05-19 14:54:32 +0200 |
---|---|---|
committer | Hans-Joachim Lankenau <hjs@openoffice.org> | 2010-05-19 14:54:32 +0200 |
commit | 12f007c274046f9e4e1764d0ce9ad0a6fbec254f (patch) | |
tree | 7eed93f9f513adba6ad3a2a58f5e80cdfdfde65c /curl/curl-7.19.7_mingw.patch | |
parent | f2305c43175465c3eff51674991ca0c98d4dcc9f (diff) | |
parent | 89ef48f59c4c8be3546fc9d9d733af79054c103b (diff) |
xmlsec1_2_14: update to DEV300m77
Diffstat (limited to 'curl/curl-7.19.7_mingw.patch')
-rw-r--r-- | curl/curl-7.19.7_mingw.patch | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/curl/curl-7.19.7_mingw.patch b/curl/curl-7.19.7_mingw.patch new file mode 100644 index 000000000000..b0fa6736d901 --- /dev/null +++ b/curl/curl-7.19.7_mingw.patch @@ -0,0 +1,24 @@ +--- misc/curl-7.19.7/lib/setup.h 2009-10-29 05:21:58.000000000 +0900 ++++ misc/build/curl-7.19.7/lib/setup.h 2010-03-02 06:03:10.009500000 +0900 +@@ -40,6 +40,21 @@ + + #include "curl_config.h" + ++#ifdef __MINGW32__ ++#undef HAVE_DLFCN_H ++#define HAVE_GETHOSTBYADDR 1 ++#define HAVE_GETHOSTBYNAME 1 ++#undef HAVE_LIBZ ++#undef HAVE_NETDB_H ++#undef HAVE_POLL_H ++#undef HAVE_SYS_IOCTL_H ++#undef HAVE_SYS_POLL_H ++#undef HAVE_SYS_UIO_H ++#undef HAVE_TERMIOS_H ++#undef HAVE_TERMIO_H ++#undef HAVE_ZLIB_H ++#endif ++ + #else /* HAVE_CONFIG_H */ + + #ifdef _WIN32_WCE |