summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Nazaroff <naz@gentoo.org>2002-07-08 00:41:33 +0000
committerMichael Nazaroff <naz@gentoo.org>2002-07-08 00:41:33 +0000
commit8a47d0e7c2377e72b10c78777452360eb4b57e30 (patch)
treed50863d2f48445143d8da1c3318a03faf71fb431 /dev-libs/commonc++
parentAdded patch to commonc++ so it now compiles (diff)
downloadgentoo-2-8a47d0e7c2377e72b10c78777452360eb4b57e30.tar.gz
gentoo-2-8a47d0e7c2377e72b10c78777452360eb4b57e30.tar.bz2
gentoo-2-8a47d0e7c2377e72b10c78777452360eb4b57e30.zip
Dang I'm forgetful as of late forgot to add patch
Diffstat (limited to 'dev-libs/commonc++')
-rw-r--r--dev-libs/commonc++/files/commmonc++-0.1.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/dev-libs/commonc++/files/commmonc++-0.1.patch b/dev-libs/commonc++/files/commmonc++-0.1.patch
new file mode 100644
index 000000000000..2a3ed79956a1
--- /dev/null
+++ b/dev-libs/commonc++/files/commmonc++-0.1.patch
@@ -0,0 +1,15 @@
+--- src/xml.cpp Sun Jul 7 17:24:14 2002
++++ src/xml.cpp.fixed Sun Jul 7 17:23:52 2002
+@@ -51,9 +51,9 @@
+
+ #ifdef HAVE_LIBXML
+
+-#include <parser.h>
+-#include <parserInternals.h>
+-#include <xmlIO.h>
++#include <libxml2/libxml/parser.h>
++#include <libxml2/libxml/parserInternals.h>
++#include <libxml2/libxml/xmlIO.h>
+ #include <cstdarg>
+
+ #ifdef CCXX_NAMESPACES