From 2b49dfdb238a57976e1263df8668c619a63a0376 Mon Sep 17 00:00:00 2001 From: Carlo Landmeter Date: Tue, 27 Nov 2012 11:04:44 +0100 Subject: testing/tinyxml: new aport --- testing/tinyxml/tinyxml-2.6.2-defineSTL.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 testing/tinyxml/tinyxml-2.6.2-defineSTL.patch (limited to 'testing/tinyxml/tinyxml-2.6.2-defineSTL.patch') 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 ) -- cgit v1.2.3