ceec08b2ae
2009-09-13 02:15:22 +0200 tono r276097 : i#105033: mingw port: accept incomplete deflib 2009-09-12 15:14:34 +0200 tono r276096 : i#105012: mingw port: $(PATH) should be quoted 2009-09-12 15:12:49 +0200 tono r276095 : i#105011: mingw port: berkeleydb fix 2009-09-12 15:11:39 +0200 tono r276094 : i#105010: mingw port: decline libdl 2009-09-12 15:10:21 +0200 tono r276093 : i#105009: mingw port: sal/osl/w32/file_dirvol.cxx needs ctype.h 2009-09-12 15:08:27 +0200 tono r276092 : reverting changes to revise log messages 2009-09-12 11:55:48 +0200 tono r276090 : i#105014: mingw port: change to latest w32api and mingw runtime 2009-09-12 11:52:12 +0200 tono r276089 : i#105013: mingw port: fix gas error in call.s in bridges 2009-09-12 11:42:04 +0200 tono r276088 : mingw port: should be quoted 2009-09-12 11:35:35 +0200 tono r276087 : mingw port: berkeleydb fix 2009-09-12 11:32:34 +0200 tono r276086 : mingw port: decline libdl 2009-09-12 11:20:50 +0200 tono r276085 : mingw port: sal/osl/w32/file_dirvol.cxx needs ctype.h
24 lines
700 B
Diff
Executable file
24 lines
700 B
Diff
Executable file
--- misc/libxml2-2.6.31/configure 2008-01-11 17:01:56.000000000 +0900
|
|
+++ misc/build/libxml2-2.6.31/configure 2009-09-07 20:48:47.656250000 +0900
|
|
@@ -27331,6 +27331,8 @@
|
|
|
|
if test "$with_modules" != "no" ; then
|
|
case "$host" in
|
|
+ *-*-mingw*)
|
|
+ ;;
|
|
*-*-cygwin*)
|
|
MODULE_EXTENSION=".dll"
|
|
{ echo "$as_me:$LINENO: checking for dlopen in -lcygwin" >&5
|
|
--- misc/libxml2-2.6.31/libxml.h 2007-11-23 19:47:23.000000000 +0900
|
|
+++ misc/build/libxml2-2.6.31/libxml.h 2009-07-10 14:37:34.988250000 +0900
|
|
@@ -30,6 +30,10 @@
|
|
#include <libxml/xmlversion.h>
|
|
#else
|
|
#include "config.h"
|
|
+#ifdef __MINGW32__
|
|
+#undef HAVE_LIBPTHREAD
|
|
+#undef HAVE_PTHREAD_H
|
|
+#endif
|
|
#include <libxml/xmlversion.h>
|
|
#endif
|
|
|