diff options
Diffstat (limited to 'textproc/xmlpp/files')
| -rw-r--r-- | textproc/xmlpp/files/patch-src::xmlcommon.h | 11 | ||||
| -rw-r--r-- | textproc/xmlpp/files/patch-src::xmlpp.cpp | 15 | ||||
| -rw-r--r-- | textproc/xmlpp/files/patch-src::xmltokenizer.cpp | 11 | ||||
| -rw-r--r-- | textproc/xmlpp/files/patch-test::nodetest.cpp | 10 |
4 files changed, 47 insertions, 0 deletions
diff --git a/textproc/xmlpp/files/patch-src::xmlcommon.h b/textproc/xmlpp/files/patch-src::xmlcommon.h new file mode 100644 index 000000000000..0a86e5acf3ff --- /dev/null +++ b/textproc/xmlpp/files/patch-src::xmlcommon.h @@ -0,0 +1,11 @@ +--- src/xmlcommon.h.orig Wed Jul 23 04:10:04 2003 ++++ src/xmlcommon.h Wed Jul 23 04:12:03 2003 +@@ -20,6 +20,8 @@ + + //! dummy define + #define XMLPP_API ++ ++using std::string; + + //! handle to a tagname string in a tagname map + typedef int xmltagnamehandle; diff --git a/textproc/xmlpp/files/patch-src::xmlpp.cpp b/textproc/xmlpp/files/patch-src::xmlpp.cpp new file mode 100644 index 000000000000..366a1d4cbbb8 --- /dev/null +++ b/textproc/xmlpp/files/patch-src::xmlpp.cpp @@ -0,0 +1,15 @@ +--- ./src/xmlpp.cpp.orig Wed Jul 23 04:12:52 2003 ++++ ./src/xmlpp.cpp Wed Jul 23 04:13:52 2003 +@@ -21,6 +21,12 @@ + //debug + #include <iostream> + ++using std::cout; ++using std::cerr; ++using std::endl; ++using std::ifstream; ++using std::ofstream; ++ + namespace xmlpp { + + // internal use for saving diff --git a/textproc/xmlpp/files/patch-src::xmltokenizer.cpp b/textproc/xmlpp/files/patch-src::xmltokenizer.cpp new file mode 100644 index 000000000000..ced263bff89d --- /dev/null +++ b/textproc/xmlpp/files/patch-src::xmltokenizer.cpp @@ -0,0 +1,11 @@ +--- src/xmltokenizer.cpp.orig Wed Jul 23 04:14:53 2003 ++++ src/xmltokenizer.cpp Wed Jul 23 04:29:18 2003 +@@ -15,7 +15,7 @@ + // needed includes + #include "xmlpp.h" + #include "xmltokenizer.h" +- ++#include <iostream> + + // namespace declaration + namespace xmlpp { diff --git a/textproc/xmlpp/files/patch-test::nodetest.cpp b/textproc/xmlpp/files/patch-test::nodetest.cpp new file mode 100644 index 000000000000..4d76d88a3f34 --- /dev/null +++ b/textproc/xmlpp/files/patch-test::nodetest.cpp @@ -0,0 +1,10 @@ +--- test/nodetest.cpp.orig Wed Jul 23 04:18:02 2003 ++++ test/nodetest.cpp Wed Jul 23 04:19:01 2003 +@@ -5,6 +5,7 @@ + */
+
+ #include <fstream>
++#include <iostream>
+ #include "xmlpp.h"
+
+ using namespace xmlpp;
|
