diff options
author | Larry Hajali <larryhaja[at]gmail[dot]com> | 2010-05-13 00:33:41 +0200 |
---|---|---|
committer | Heinz Wiesinger <pprkut@slackbuilds.org> | 2010-05-13 00:33:41 +0200 |
commit | 16963b99c8acfe6d7e0e421a5c85a420c27afd5e (patch) | |
tree | e2e7b8d6175107263e7554fdf831eaa3c6293d10 /libraries/tinyxml/tinyxml-2.5.3-stl.patch | |
parent | dd6d5a96f27ba526b79727aa45f6c6bbed5cbbdb (diff) | |
download | slackbuilds-16963b99c8acfe6d7e0e421a5c85a420c27afd5e.tar.gz |
libraries/tinyxml: Updated for version 2.5.3
Diffstat (limited to 'libraries/tinyxml/tinyxml-2.5.3-stl.patch')
-rw-r--r-- | libraries/tinyxml/tinyxml-2.5.3-stl.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/libraries/tinyxml/tinyxml-2.5.3-stl.patch b/libraries/tinyxml/tinyxml-2.5.3-stl.patch new file mode 100644 index 0000000000..cfdb0406d9 --- /dev/null +++ b/libraries/tinyxml/tinyxml-2.5.3-stl.patch @@ -0,0 +1,12 @@ +diff -up tinyxml/tinyxml.h~ tinyxml/tinyxml.h +--- tinyxml.h~ 2007-11-30 22:39:36.000000000 +0100 ++++ 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 ) |