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, 0 insertions, 15 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
deleted file mode 100644
index 1608deeb2874..000000000000
--- a/net/xmlrpc-c-devel/files/patch-xmlrpc_config.h.in
+++ /dev/null
@@ -1,15 +0,0 @@
-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.