From 675fe80f494b8171aa1aa8fd9f34ab8b1b6b1c7f Mon Sep 17 00:00:00 2001 From: fjoe Date: Mon, 18 Nov 2013 14:16:15 +0000 Subject: Unbreak clang build. Obtained from: upstream --- devel/libiqxmlrpc/files/patch-libiqxmlrpc-except.h | 10 ++++++++++ devel/libiqxmlrpc/files/patch-libiqxmlrpc-net_except.h | 10 ++++++++++ 2 files changed, 20 insertions(+) create mode 100644 devel/libiqxmlrpc/files/patch-libiqxmlrpc-except.h create mode 100644 devel/libiqxmlrpc/files/patch-libiqxmlrpc-net_except.h 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 ++#include + + // 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 ++#include + + namespace iqnet + { -- cgit