openbsd-ports/textproc/tinyxml/patches/patch-tinyxml_h
ajacoutot fa37685bf4 Import tinyxml-2.6.2.
TinyXML is a simple, small, C++ XML parser that can be easily integrated
into other programs.
In brief, TinyXML parses an XML document, and builds from that a
Document Object Model (DOM) that can be read, modified, and saved.

ok jasper@
2013-01-03 09:14:54 +00:00

13 lines
343 B
Plaintext

$OpenBSD: patch-tinyxml_h,v 1.1.1.1 2013/01/03 09:14:54 ajacoutot Exp $
--- tinyxml.h.orig Thu Jan 3 09:41:25 2013
+++ tinyxml.h Thu Jan 3 09:41:37 2013
@@ -26,6 +26,8 @@ distribution.
#ifndef TINYXML_INCLUDED
#define TINYXML_INCLUDED
+#define TIXML_USE_STL
+
#ifdef _MSC_VER
#pragma warning( push )
#pragma warning( disable : 4530 )