diff options
author | Michael Nazaroff <naz@gentoo.org> | 2002-07-08 00:41:33 +0000 |
---|---|---|
committer | Michael Nazaroff <naz@gentoo.org> | 2002-07-08 00:41:33 +0000 |
commit | 553150fd80d364b100adb6a3c9c40655e77b0aa1 (patch) | |
tree | f45058450bc60b4a14751488530e816db1ee2f9d /dev-libs/commonc++ | |
parent | Added patch to commonc++ so it now compiles (diff) | |
download | historical-553150fd80d364b100adb6a3c9c40655e77b0aa1.tar.gz historical-553150fd80d364b100adb6a3c9c40655e77b0aa1.tar.bz2 historical-553150fd80d364b100adb6a3c9c40655e77b0aa1.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.patch | 15 |
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 |