aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfjoe <fjoe@FreeBSD.org>2013-11-18 22:16:15 +0800
committerfjoe <fjoe@FreeBSD.org>2013-11-18 22:16:15 +0800
commit675fe80f494b8171aa1aa8fd9f34ab8b1b6b1c7f (patch)
tree6a498aa8ad4423626838fd60314e2e9abf4d4420
parent32987d2445790fbae05cdd7aa14eddc4b9715015 (diff)
downloadfreebsd-ports-gnome-675fe80f494b8171aa1aa8fd9f34ab8b1b6b1c7f.tar.gz
freebsd-ports-gnome-675fe80f494b8171aa1aa8fd9f34ab8b1b6b1c7f.tar.zst
freebsd-ports-gnome-675fe80f494b8171aa1aa8fd9f34ab8b1b6b1c7f.zip
Unbreak clang build.
Obtained from: upstream
-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
+ {