summarylogtreecommitdiffstats
path: root/002-duplicate-instantiation.patch
diff options
context:
space:
mode:
authorAndrew Sun2018-11-09 16:39:57 -0500
committerAndrew Sun2018-11-09 16:39:57 -0500
commitc4e3f22b9e981f9d823d3569d1dd10a5bd2b3711 (patch)
treec8d872e44fdb6685572a7286ed732a5b56b9ad8b /002-duplicate-instantiation.patch
parent2af8c5c03c3e9eb32eb089f8a02b5591df577fb0 (diff)
downloadaur-c4e3f22b9e981f9d823d3569d1dd10a5bd2b3711.tar.gz
mingw-w64-xerces-c: update to 3.2.2
Diffstat (limited to '002-duplicate-instantiation.patch')
-rw-r--r--002-duplicate-instantiation.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/002-duplicate-instantiation.patch b/002-duplicate-instantiation.patch
new file mode 100644
index 000000000000..148b61d60b48
--- /dev/null
+++ b/002-duplicate-instantiation.patch
@@ -0,0 +1,10 @@
+--- xerces-c-3.2.2/src/xercesc/util/JanitorExports.cpp.orig 2018-11-09 11:21:18.028722000 +0300
++++ xerces-c-3.2.2/src/xercesc/util/JanitorExports.cpp 2018-11-09 11:21:28.402315400 +0300
+@@ -19,7 +19,5 @@
+
+ XERCES_CPP_NAMESPACE_BEGIN
+
+-template class ArrayJanitor<XMLByte>;
+-template class ArrayJanitor<XMLCh>;
+
+ XERCES_CPP_NAMESPACE_END