diff options
Diffstat (limited to 'textproc/gxmlviewer')
-rw-r--r-- | textproc/gxmlviewer/files/patch-xmlformatter.c | 14 | ||||
-rw-r--r-- | textproc/gxmlviewer/files/patch-xmlparser.c | 17 |
2 files changed, 31 insertions, 0 deletions
diff --git a/textproc/gxmlviewer/files/patch-xmlformatter.c b/textproc/gxmlviewer/files/patch-xmlformatter.c new file mode 100644 index 000000000000..6bde9aec0f69 --- /dev/null +++ b/textproc/gxmlviewer/files/patch-xmlformatter.c @@ -0,0 +1,14 @@ +--- src/extras/xmlformatter.c.orig Thu Apr 4 15:47:47 2002 ++++ src/extras/xmlformatter.c Thu Apr 4 15:48:50 2002 +@@ -8,9 +8,9 @@ + + #include <string.h> + #include <gtk/gtk.h> +-#include <SAX.h> +-#include <parser.h> +-#include <parserInternals.h> ++#include <libxml/SAX.h> ++#include <libxml/parser.h> ++#include <libxml/parserInternals.h> + + #include <unistd.h> diff --git a/textproc/gxmlviewer/files/patch-xmlparser.c b/textproc/gxmlviewer/files/patch-xmlparser.c new file mode 100644 index 000000000000..8871d5385d23 --- /dev/null +++ b/textproc/gxmlviewer/files/patch-xmlparser.c @@ -0,0 +1,17 @@ +--- src/xmlparser.c.orig Thu Apr 4 17:05:35 2002 ++++ src/xmlparser.c Thu Apr 4 17:08:09 2002 +@@ -8,15 +8,9 @@ + + #include <string.h> + #include <gtk/gtk.h> +-#ifndef WIN32 +-#include <SAX.h> +-#include <parser.h> +-#include <parserInternals.h> +-#else + #include <libxml/SAX.h> + #include <libxml/parser.h> + #include <libxml/parserInternals.h> +-#endif + #include "xmlparser.h" + #include "support.h" |