Build SDL as linklib.
[AROS-Contrib.git] / libxml2 / libxml2-2.6.31-aros.diff
blobd4965675e01f00e7328bd60819237bed30fd8c05
1 diff -ur libxml2-2.6.31/runtest.c libxml2-2.6.31-aros/runtest.c
2 --- libxml2-2.6.31/runtest.c 2008-01-11 09:01:56.000000000 +0100
3 +++ libxml2-2.6.31-aros/runtest.c 2008-08-25 21:22:13.000000000 +0200
4 @@ -29,7 +29,7 @@
5 #include <libxml/tree.h>
6 #include <libxml/uri.h>
8 -#ifdef LIBXML_OUTPUT_ENABLED
9 +#if definef LIBXML_OUTPUT_ENABLED && !defined __AROS__
10 #ifdef LIBXML_READER_ENABLED
11 #include <libxml/xmlreader.h>
12 #endif