diff options
author | Renato Botelho <garga@FreeBSD.org> | 2012-09-07 18:11:22 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2012-09-07 18:11:22 +0000 |
commit | 99c8b0dddb5b3ba3e5a4f1a78b712fa8143b64be (patch) | |
tree | e9e797273762b1e460970086206840635dd7fd11 /net/xmlrpc-c-devel/files/patch-xmlrpc_config.h.in | |
parent | Salt Cloud is a generic cloud provisioning tool which can hook into (diff) |
Update to 1.31.04
Diffstat (limited to 'net/xmlrpc-c-devel/files/patch-xmlrpc_config.h.in')
-rw-r--r-- | net/xmlrpc-c-devel/files/patch-xmlrpc_config.h.in | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/net/xmlrpc-c-devel/files/patch-xmlrpc_config.h.in b/net/xmlrpc-c-devel/files/patch-xmlrpc_config.h.in new file mode 100644 index 000000000000..1608deeb2874 --- /dev/null +++ b/net/xmlrpc-c-devel/files/patch-xmlrpc_config.h.in @@ -0,0 +1,15 @@ +Index: xmlrpc_config.h.in +=================================================================== +--- xmlrpc_config.h.in (revision 2387) ++++ xmlrpc_config.h.in (working copy) +@@ -26,6 +26,10 @@ + #ifndef XMLRPC_CONFIG_H_INCLUDED + #define XMLRPC_CONFIG_H_INCLUDED + ++#if defined(__FreeBSD__) ++ #include <sys/cdefs.h> ++#endif ++ + /* We hope to replace xmlrpc_amconfig.h some day with something that + doesn't require a whole special set of software to build, to make + Xmlrpc-c approachable by dumber developers. |