diff options
Diffstat (limited to 'editors/openoffice.org-2/files/patch-libxml2')
-rw-r--r-- | editors/openoffice.org-2/files/patch-libxml2 | 61 |
1 files changed, 61 insertions, 0 deletions
diff --git a/editors/openoffice.org-2/files/patch-libxml2 b/editors/openoffice.org-2/files/patch-libxml2 new file mode 100644 index 000000000000..b4d2aca8b1c5 --- /dev/null +++ b/editors/openoffice.org-2/files/patch-libxml2 @@ -0,0 +1,61 @@ +o version number of libxml2 +o http://www.openoffice.org/issues/show_bug.cgi?id=42393 + +Index: libxml2-2.6.17.patch +=================================================================== +RCS file: /cvs/external/libxml2/libxml2-2.6.17.patch,v +retrieving revision 1.2 +diff -u -r1.2 libxml2-2.6.17.patch +--- libxml2/libxml2-2.6.17.patch.orig 4 Feb 2005 11:29:07 -0000 1.2 ++++ libxml2/libxml2-2.6.17.patch 12 Feb 2005 13:11:40 -0000 +@@ -1,5 +1,5 @@ +-*** misc/libxml2-2.6.17/configure 2005-01-16 20:24:22.000000000 +0100 +---- misc/build/libxml2-2.6.17/configure 2005-02-02 17:41:10.751412243 +0100 ++*** misc/libxml2-2.6.17/configure Mon Jan 17 04:24:22 2005 ++--- misc/build/libxml2-2.6.17/configure Sat Feb 12 22:08:54 2005 + *************** + *** 26339,26347 **** + +@@ -38,8 +38,8 @@ + echo "$as_me:$LINENO: result: $ac_cv_func_setsockopt" >&5 + echo "${ECHO_T}$ac_cv_func_setsockopt" >&6 + if test $ac_cv_func_setsockopt = yes; then +-*** misc/libxml2-2.6.17/include/libxml/xmlversion.h 2005-01-16 21:02:54.000000000 +0100 +---- misc/build/libxml2-2.6.17/include/libxml/xmlversion.h 2005-02-02 17:39:50.923232015 +0100 ++*** misc/libxml2-2.6.17/include/libxml/xmlversion.h Mon Jan 17 05:02:54 2005 ++--- misc/build/libxml2-2.6.17/include/libxml/xmlversion.h Sat Feb 12 22:08:54 2005 + *************** + *** 263,269 **** + * +@@ -91,8 +91,29 @@ + #define DEBUG_MEMORY_LOCATION + #endif + +-*** misc/libxml2-2.6.17/nanohttp.c 2005-01-04 15:49:47.000000000 +0100 +---- misc/build/libxml2-2.6.17/nanohttp.c 2005-02-02 17:39:50.924231930 +0100 ++*** misc/libxml2-2.6.17/ltmain.sh Mon Jan 17 05:02:25 2005 ++--- misc/build/libxml2-2.6.17/ltmain.sh Sat Feb 12 22:10:00 2005 ++*************** ++*** 2999,3006 **** ++ ;; ++ ++ freebsd-elf) ++! major=".$current" ++! versuffix=".$current"; ++ ;; ++ ++ irix | nonstopux) ++--- 2999,3006 ---- ++ ;; ++ ++ freebsd-elf) ++! major=.`expr $current - $age` ++! versuffix="$major.$age.$revision" ++ ;; ++ ++ irix | nonstopux) ++*** misc/libxml2-2.6.17/nanohttp.c Tue Jan 4 23:49:47 2005 ++--- misc/build/libxml2-2.6.17/nanohttp.c Sat Feb 12 22:08:54 2005 + *************** + *** 248,254 **** + void |