aboutsummaryrefslogtreecommitdiff
path: root/devel/libiqxmlrpc
diff options
context:
space:
mode:
authorMax Khon <fjoe@FreeBSD.org>2013-11-18 14:16:15 +0000
committerMax Khon <fjoe@FreeBSD.org>2013-11-18 14:16:15 +0000
commit4255ed200922769a6f3b4f841657ab16df2094a3 (patch)
tree6a498aa8ad4423626838fd60314e2e9abf4d4420 /devel/libiqxmlrpc
parentd2afd50c6af0cce5980ad2aa4f6ec9b4bf26e785 (diff)
downloadports-4255ed200922769a6f3b4f841657ab16df2094a3.tar.gz
ports-4255ed200922769a6f3b4f841657ab16df2094a3.zip
Notes
Diffstat (limited to 'devel/libiqxmlrpc')
-rw-r--r--devel/libiqxmlrpc/files/patch-libiqxmlrpc-except.h10
-rw-r--r--devel/libiqxmlrpc/files/patch-libiqxmlrpc-net_except.h10
2 files changed, 20 insertions, 0 deletions
diff --git a/devel/libiqxmlrpc/files/patch-libiqxmlrpc-except.h b/devel/libiqxmlrpc/files/patch-libiqxmlrpc-except.h
new file mode 100644
index 000000000000..78b2e269c06e
--- /dev/null
+++ b/devel/libiqxmlrpc/files/patch-libiqxmlrpc-except.h
@@ -0,0 +1,10 @@
+--- libiqxmlrpc/except.h.orig 2013-11-18 21:00:03.000000000 +0700
++++ libiqxmlrpc/except.h 2013-11-18 20:59:49.000000000 +0700
+@@ -7,6 +7,7 @@
+ #include "api_export.h"
+
+ #include <stdexcept>
++#include <string>
+
+ // Exceptions are conformant ot Fault Code Interoperability, version 20010516.
+ // http://xmlrpc-epi.sourceforge.net/specs/rfc.fault_codes.php
diff --git a/devel/libiqxmlrpc/files/patch-libiqxmlrpc-net_except.h b/devel/libiqxmlrpc/files/patch-libiqxmlrpc-net_except.h
new file mode 100644
index 000000000000..b88fa97499c3
--- /dev/null
+++ b/devel/libiqxmlrpc/files/patch-libiqxmlrpc-net_except.h
@@ -0,0 +1,10 @@
+--- libiqxmlrpc/net_except.h.orig 2013-11-18 21:01:34.000000000 +0700
++++ libiqxmlrpc/net_except.h 2013-11-18 21:01:41.000000000 +0700
+@@ -7,6 +7,7 @@
+ #include "api_export.h"
+
+ #include <stdexcept>
++#include <string>
+
+ namespace iqnet
+ {