SOURCES: gxmlviewer-libxml2.patch (NEW) - updated to 1.3.3 - added...

maciek2w maciek2w at pld-linux.org
Fri Feb 3 18:55:15 CET 2006


Author: maciek2w                     Date: Fri Feb  3 17:55:15 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- updated to 1.3.3
- added patch to build with libxml2
- gettexttize to update po/Makefile.in.in

---- Files affected:
SOURCES:
   gxmlviewer-libxml2.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/gxmlviewer-libxml2.patch
diff -u /dev/null SOURCES/gxmlviewer-libxml2.patch:1.1
--- /dev/null	Fri Feb  3 18:55:15 2006
+++ SOURCES/gxmlviewer-libxml2.patch	Fri Feb  3 18:55:10 2006
@@ -0,0 +1,30 @@
+--- ./src/extras/xmlformatter.c.orig	2006-02-03 18:24:47.000000000 +0100
++++ ./src/extras/xmlformatter.c	2006-02-03 18:25:03.000000000 +0100
+@@ -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>
+ 
+--- ./src/xmlparser.c.orig	2006-02-03 18:24:23.000000000 +0100
++++ ./src/xmlparser.c	2006-02-03 18:24:39.000000000 +0100
+@@ -9,9 +9,9 @@
+ #include <string.h>
+ #include <gtk/gtk.h>
+ #ifndef WIN32
+-#include <SAX.h>
+-#include <parser.h>
+-#include <parserInternals.h>
++#include <libxml/SAX.h>
++#include <libxml/parser.h>
++#include <libxml/parserInternals.h>
+ #else
+ #include <libxml/SAX.h>
+ #include <libxml/parser.h>
================================================================


More information about the pld-cvs-commit mailing list