diff options
| author | Carlo Landmeter <clandmeter@gmail.com> | 2012-11-27 11:04:44 +0100 |
|---|---|---|
| committer | Carlo Landmeter <clandmeter@gmail.com> | 2012-11-27 11:04:44 +0100 |
| commit | 2b49dfdb238a57976e1263df8668c619a63a0376 (patch) | |
| tree | 3a5acc30f58bb3f68495f0d8a603f85c00e618c6 /testing/tinyxml/tinyxml-2.6.2-defineSTL.patch | |
| parent | 96d1e0d3c3735d5a6038f9287777a0dc0c84afc9 (diff) | |
| download | aports-2b49dfdb238a57976e1263df8668c619a63a0376.tar.bz2 aports-2b49dfdb238a57976e1263df8668c619a63a0376.tar.xz | |
testing/tinyxml: new aport
Diffstat (limited to 'testing/tinyxml/tinyxml-2.6.2-defineSTL.patch')
| -rw-r--r-- | testing/tinyxml/tinyxml-2.6.2-defineSTL.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/testing/tinyxml/tinyxml-2.6.2-defineSTL.patch b/testing/tinyxml/tinyxml-2.6.2-defineSTL.patch new file mode 100644 index 0000000000..7bcde59ff9 --- /dev/null +++ b/testing/tinyxml/tinyxml-2.6.2-defineSTL.patch @@ -0,0 +1,12 @@ +diff -up tinyxml/tinyxml.h~ tinyxml/tinyxml.h +--- tinyxml/tinyxml.h~ 2007-11-30 22:39:36.000000000 +0100 ++++ tinyxml/tinyxml.h 2007-11-30 22:39:36.000000000 +0100 +@@ -26,6 +26,8 @@ distribution. + #ifndef TINYXML_INCLUDED + #define TINYXML_INCLUDED + ++#define TIXML_USE_STL 1 ++ + #ifdef _MSC_VER + #pragma warning( push ) + #pragma warning( disable : 4530 ) |
