summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeinrich Wendel <lanius@gentoo.org>2003-11-22 19:12:57 +0000
committerHeinrich Wendel <lanius@gentoo.org>2003-11-22 19:12:57 +0000
commitc5d035bff3be05722d16d8aabd1a2163700c1cdd (patch)
treeb10da6a225c738c58b29902afa4989b63c89995e /dev-libs/gdome2/files
parentAdded ~sparc keyword. (diff)
downloadgentoo-2-c5d035bff3be05722d16d8aabd1a2163700c1cdd.tar.gz
gentoo-2-c5d035bff3be05722d16d8aabd1a2163700c1cdd.tar.bz2
gentoo-2-c5d035bff3be05722d16d8aabd1a2163700c1cdd.zip
libxml 2.6.2 compile fix
Diffstat (limited to 'dev-libs/gdome2/files')
-rw-r--r--dev-libs/gdome2/files/gdome2-0.8.0-libxml.patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-libs/gdome2/files/gdome2-0.8.0-libxml.patch b/dev-libs/gdome2/files/gdome2-0.8.0-libxml.patch
new file mode 100644
index 000000000000..7c6b6cbf5536
--- /dev/null
+++ b/dev-libs/gdome2/files/gdome2-0.8.0-libxml.patch
@@ -0,0 +1,20 @@
+--- gdome2-0.8.0/libgdome/gdome.c.orig 2003-11-17 22:37:32.741786432 +0000
++++ gdome2-0.8.0/libgdome/gdome.c 2003-11-17 22:37:48.309419792 +0000
+@@ -23,6 +23,7 @@
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ */
+
++#include <libxml/parser.h>
+ #include <libxml/hash.h>
+ #include "gdome.h"
+ #include "gdome-xml-str.h"
+--- gdome2-0.8.0/libgdome/gdome-refdebug.c.orig 2003-11-17 22:38:26.774572200 +0000
++++ gdome2-0.8.0/libgdome/gdome-refdebug.c 2003-11-17 22:38:43.800983792 +0000
+@@ -19,6 +19,7 @@
+ */
+
+ #include <glib.h>
++#include <libxml/parser.h>
+ #include <libxml/hash.h>
+ #include "gdome.h"
+ #include "gdome-events.h"