1 --- misc/libxml2-2.7.6/configure 2008-01-11 17:01:56.000000000 +0900
2 +++ misc/build/libxml2-2.7.6/configure 2009-09-07 20:48:47.656250000 +0900
3 @@ -19914,6 +19914,8 @@
5 if test "$with_modules" != "no" ; then
10 MODULE_EXTENSION=".dll"
11 { $as_echo "$as_me:$LINENO: checking for dlopen in -lcygwin" >&5
12 @@ -20632,11 +20636,10 @@
16 - *mingw32*) if test "$THREAD_LIBS" != "-lpthread"; then
20 THREAD_CFLAGS="$THREAD_CFLAGS -DHAVE_WIN32_THREADS"
23 *cygwin*) THREAD_LIBS=""
25 --- misc/libxml2-2.7.6/libxml.h 2007-11-23 19:47:23.000000000 +0900
26 +++ misc/build/libxml2-2.7.6/libxml.h 2009-07-10 14:37:34.988250000 +0900
28 #include <libxml/xmlversion.h>
32 +#undef HAVE_LIBPTHREAD
33 +#undef HAVE_PTHREAD_H
35 #include <libxml/xmlversion.h>
38 --- misc/libxml2-2.7.6/include/libxml/xmlexports.h 2009-09-25 00:31:59.000000000 +0900
39 +++ misc/build/libxml2-2.7.6/include/libxml/xmlexports.h 2010-06-06 11:15:54.160750000 +0900
41 * _imp__xmlFree listed as missing. Try to workaround the problem
42 * by also making that declaration when compiling client code.
44 - #if !defined(LIBXML_STATIC)
45 + #if defined(IN_LIBXML) && !defined(LIBXML_STATIC)
46 #define XMLPUBFUN __declspec(dllexport)
47 #define XMLPUBVAR __declspec(dllexport)