1--- misc/libxml2-2.7.6/ltmain.sh 2009-10-06 17:39:54.000000000 +0100 2+++ misc/build/libxml2-2.7.6/ltmain.sh 2009-12-17 11:43:56.000000000 +0000 3@@ -6271,8 +6271,8 @@
| 1--- misc/libxml2-2.7.8/ltmain.sh 2009-10-06 17:39:54.000000000 +0100 2+++ misc/build/libxml2-2.7.8/ltmain.sh 2009-12-17 11:43:56.000000000 +0000 3@@ -6599,8 +6599,8 @@
|
4 ;; 5 6 freebsd-elf) 7- major=".$current" 8- versuffix=".$current" 9+ major=.`expr $current - $age` 10+ versuffix=".$major.$age.$revision"; 11 ;; 12 13 irix | nonstopux)
| 4 ;; 5 6 freebsd-elf) 7- major=".$current" 8- versuffix=".$current" 9+ major=.`expr $current - $age` 10+ versuffix=".$major.$age.$revision"; 11 ;; 12 13 irix | nonstopux)
|
14--- misc/libxml2-2.7.6/include/libxml/xmlversion.h 2009-12-17 11:45:19.000000000 +0000 15+++ misc/build/libxml2-2.7.6/include/libxml/xmlversion.h 2009-12-17 11:45:36.000000000 +0000
| 14--- misc/libxml2-2.7.8/include/libxml/xmlversion.h 2009-12-17 11:45:19.000000000 +0000 15+++ misc/build/libxml2-2.7.8/include/libxml/xmlversion.h 2009-12-17 11:45:36.000000000 +0000
|
16@@ -264,7 +264,7 @@ 17 * 18 * Whether iconv support is available 19 */ 20-#if 1 21+#if 0 22 #define LIBXML_ICONV_ENABLED 23 #endif 24
| 16@@ -264,7 +264,7 @@ 17 * 18 * Whether iconv support is available 19 */ 20-#if 1 21+#if 0 22 #define LIBXML_ICONV_ENABLED 23 #endif 24
|
25@@ -282,7 +282,7 @@
| 25@@ -291,7 +291,7 @@
|
26 * 27 * Whether Debugging module is configured in 28 */ 29-#if 1 30+#if 0 31 #define LIBXML_DEBUG_ENABLED 32 #endif 33
| 26 * 27 * Whether Debugging module is configured in 28 */ 29-#if 1 30+#if 0 31 #define LIBXML_DEBUG_ENABLED 32 #endif 33
|
34@@ -291,7 +291,7 @@
| 34@@ -300,7 +300,7 @@
|
35 * 36 * Whether the memory debugging is configured in 37 */ 38-#if 1 39+#if 0 40 #define DEBUG_MEMORY_LOCATION 41 #endif 42
| 35 * 36 * Whether the memory debugging is configured in 37 */ 38-#if 1 39+#if 0 40 #define DEBUG_MEMORY_LOCATION 41 #endif 42
|
43@@ -300,7 +300,7 @@
| 43@@ -309,7 +309,7 @@
|
44 * 45 * Whether the runtime debugging is configured in 46 */ 47-#if 1 48+#if 0 49 #define LIBXML_DEBUG_RUNTIME 50 #endif 51
| 44 * 45 * Whether the runtime debugging is configured in 46 */ 47-#if 1 48+#if 0 49 #define LIBXML_DEBUG_RUNTIME 50 #endif 51
|
52--- misc/libxml2-2.7.6/xml2-config.in 2009-12-17 11:45:20.000000000 +0000 53+++ misc/build/libxml2-2.7.6/xml2-config.in 2009-12-17 11:45:36.000000000 +0000
| 52--- misc/libxml2-2.7.8/xml2-config.in 2009-12-17 11:45:20.000000000 +0000 53+++ misc/build/libxml2-2.7.8/xml2-config.in 2009-12-17 11:45:36.000000000 +0000
|
54@@ -1,9 +1,14 @@ 55 #! /bin/sh 56 57-prefix=@prefix@ 58-exec_prefix=@exec_prefix@ 59-includedir=@includedir@ 60-libdir=@libdir@ 61+#prefix=@prefix@
--- 57 unchanged lines hidden --- | 54@@ -1,9 +1,14 @@ 55 #! /bin/sh 56 57-prefix=@prefix@ 58-exec_prefix=@exec_prefix@ 59-includedir=@includedir@ 60-libdir=@libdir@ 61+#prefix=@prefix@
--- 57 unchanged lines hidden --- |