]> git.pld-linux.org Git - packages/tinyxml.git/blame - enforce-use-stl.patch
- rel 8; add pc file
[packages/tinyxml.git] / enforce-use-stl.patch
CommitLineData
e719747b
ER
1Description: TinyXml is built with TIXML_USE_STL, so we have to
2 enforce it when the library is used.
3Author: Felix Geyer <debfx-pkg@fobos.de>
4
5diff -Nur tinyxml-2.5.3/tinyxml.h tinyxml-2.5.3.patch/tinyxml.h
6--- tinyxml-2.5.3/tinyxml.h 2007-05-07 00:41:23.000000000 +0200
7+++ tinyxml-2.5.3.patch/tinyxml.h 2009-07-08 22:32:03.000000000 +0200
8@@ -26,6 +26,10 @@
9 #ifndef TINYXML_INCLUDED
10 #define TINYXML_INCLUDED
11
12+#ifndef TIXML_USE_STL
13+ #define TIXML_USE_STL
14+#endif
15+
16 #ifdef _MSC_VER
17 #pragma warning( push )
18 #pragma warning( disable : 4530 )
This page took 0.157689 seconds and 4 git commands to generate.