opnsense-ports/textproc/tinyxml/files/patch-tinyxml.h
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

11 lines
279 B
C

--- tinyxml.h.orig 2012-01-07 23:11:37.561366901 +0100
+++ tinyxml.h 2012-01-07 23:11:58.085366340 +0100
@@ -26,6 +26,8 @@
#ifndef TINYXML_INCLUDED
#define TINYXML_INCLUDED
+#define TIXML_USE_STL
+
#ifdef _MSC_VER
#pragma warning( push )
#pragma warning( disable : 4530 )