summaryrefslogtreecommitdiff
path: root/net/xmlrpc-c-devel/files/patch-xmlrpc_config.h.in
diff options
context:
space:
mode:
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.in15
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.