1 --- misc/libxml2-2.7.6/config.sub
2 +++ misc/build/libxml2-2.7.6/config.sub
4 | -ekkobsd* | -kfreebsd* | -freebsd* | -riscix* | -lynxos* \
5 | -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \
6 | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \
7 - | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \
8 + | -udi* | -androideabi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \
9 | -chorusos* | -chorusrdb* | -cegcc* \
10 | -cygwin* | -pe* | -psos* | -moss* | -proelf* | -rtems* \
11 | -mingw32* | -linux-gnu* | -linux-newlib* | -linux-uclibc* \
12 --- misc/libxml2-2.7.6/Makefile.in
13 +++ misc/build/libxml2-2.7.6/Makefile.in
15 testSAX$(EXEEXT) testHTML$(EXEEXT) testXPath$(EXEEXT) \
16 testURI$(EXEEXT) testThreads$(EXEEXT) testC14N$(EXEEXT) \
17 testAutomata$(EXEEXT) testRegexp$(EXEEXT) testReader$(EXEEXT) \
18 - testapi$(EXEEXT) testModule$(EXEEXT) runtest$(EXEEXT) \
19 + testapi$(EXEEXT) testModule$(EXEEXT) \
20 runsuite$(EXEEXT) testchar$(EXEEXT) testdict$(EXEEXT) \
21 - runxmlconf$(EXEEXT) testrecurse$(EXEEXT)
23 bin_PROGRAMS = xmllint$(EXEEXT) xmlcatalog$(EXEEXT)
25 DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
26 --- misc/libxml2-2.7.6/ltmain.sh 2009-10-06 17:39:54.000000000 +0100
27 +++ misc/build/libxml2-2.7.6/ltmain.sh 2009-12-17 11:43:56.000000000 +0000
33 - versuffix=".$current"
34 + major=.`expr $current - $age`
35 + versuffix=".$major.$age.$revision";
39 --- misc/libxml2-2.7.6/include/libxml/xmlversion.h 2009-12-17 11:45:19.000000000 +0000
40 +++ misc/build/libxml2-2.7.6/include/libxml/xmlversion.h 2009-12-17 11:45:36.000000000 +0000
43 * Whether iconv support is available
47 #define LIBXML_ICONV_ENABLED
52 * Whether Debugging module is configured in
56 #define LIBXML_DEBUG_ENABLED
61 * Whether the memory debugging is configured in
65 #define DEBUG_MEMORY_LOCATION
70 * Whether the runtime debugging is configured in
74 #define LIBXML_DEBUG_RUNTIME
77 --- misc/libxml2-2.7.6/xml2-config.in 2009-12-17 11:45:20.000000000 +0000
78 +++ misc/build/libxml2-2.7.6/xml2-config.in 2009-12-17 11:45:36.000000000 +0000
83 -exec_prefix=@exec_prefix@
84 -includedir=@includedir@
87 +#exec_prefix=@exec_prefix@
88 +#includedir=@includedir@
91 +prefix=${SOLARVERSION}/${INPATH}
92 +exec_prefix=${SOLARVERSION}/${INPATH}
93 +includedir=${SOLARVERSION}/${INPATH}/inc${UPDMINOREXT}/external
94 +libdir=${SOLARVERSION}/${INPATH}/lib${UPDMINOREXT}
102 - echo @XML_INCLUDEDIR@ @XML_CFLAGS@
103 + echo -I${includedir}
104 +# echo @XML_INCLUDEDIR@ @XML_CFLAGS@
112 - if [ "`uname`" = "Linux" ]
114 - if [ "@XML_LIBDIR@" = "-L/usr/lib" -o "@XML_LIBDIR@" = "-L/usr/lib64" ]
118 - echo @XML_LIBDIR@ @XML_LIBS@
121 - echo @XML_LIBDIR@ @XML_LIBS@ @WIN32_EXTRA_LIBADD@
123 + echo -L${libdir} ${LIBXML2LIB} -lm
124 +# if [ "`uname`" = "Linux" ]
126 +# if [ "@XML_LIBDIR@" = "-L/usr/lib" -o "@XML_LIBDIR@" = "-L/usr/lib64" ]
130 +# echo @XML_LIBDIR@ @XML_LIBS@
133 +# echo @XML_LIBDIR@ @XML_LIBS@ @WIN32_EXTRA_LIBADD@
137 + print) # ugly configure hack