summaryrefslogtreecommitdiff
path: root/textproc/tinyxml/files
diff options
context:
space:
mode:
authorKevin Lo <kevlo@FreeBSD.org>2012-01-10 10:01:39 +0000
committerKevin Lo <kevlo@FreeBSD.org>2012-01-10 10:01:39 +0000
commit38d8465787713411cf96646fb9e96e4502214d52 (patch)
treee12ecdccc5622f7d60e9b29a65b93400def21113 /textproc/tinyxml/files
parentUpdate ImageMagick to 6.7.4-4 (diff)
Enable STL support by default
PR: ports/163950 Submitted by: Guido Falsi <mad at madpilot dot net>
Notes
Notes: svn path=/head/; revision=288881
Diffstat (limited to 'textproc/tinyxml/files')
-rw-r--r--textproc/tinyxml/files/patch-tinyxml.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/textproc/tinyxml/files/patch-tinyxml.h b/textproc/tinyxml/files/patch-tinyxml.h
new file mode 100644
index 000000000000..60f57e4d83c7
--- /dev/null
+++ b/textproc/tinyxml/files/patch-tinyxml.h
@@ -0,0 +1,11 @@
+--- 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 )