diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2002-03-31 05:27:03 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2002-03-31 05:27:03 +0000 |
commit | 16656e42bf0915bf0a1d80c937316507619830c4 (patch) | |
tree | da88da0b9cd9fc4e1ad18e36cae037b4e3e1d6e6 /devel/commoncpp | |
parent | f9f5e4616e0ed8027e42c3d7da6a710006a8f330 (diff) | |
download | ports-16656e42bf0915bf0a1d80c937316507619830c4.tar.gz ports-16656e42bf0915bf0a1d80c937316507619830c4.zip |
Notes
Diffstat (limited to 'devel/commoncpp')
-rw-r--r-- | devel/commoncpp/files/patch-aa | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/devel/commoncpp/files/patch-aa b/devel/commoncpp/files/patch-aa new file mode 100644 index 000000000000..9c06cf7b2ea3 --- /dev/null +++ b/devel/commoncpp/files/patch-aa @@ -0,0 +1,15 @@ +--- posix/xml.cpp.orig Sat Mar 30 21:16:37 2002 ++++ posix/xml.cpp Sat Mar 30 21:17:00 2002 +@@ -47,9 +47,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 <stdarg.h> + + extern "C" { |