diff options
| author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-03-04 19:29:05 +0000 |
|---|---|---|
| committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-03-04 19:29:05 +0000 |
| commit | 9d51d547e26d57b7e489b3abaeb87ed16a1a068e (patch) | |
| tree | f1f6e379f63b6eaad0a84ae4d1175b3400d92e81 /net/xmlrpc-c/files/patch-src::validatee.c | |
| parent | This does not work with ruby 1.6, but requires ruby 1.8 or later. (diff) | |
- Fix build on -current
PR: ports/63752
Submitted by: Ports Fury
Diffstat (limited to '')
| -rw-r--r-- | net/xmlrpc-c/files/patch-src::validatee.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net/xmlrpc-c/files/patch-src::validatee.c b/net/xmlrpc-c/files/patch-src::validatee.c new file mode 100644 index 000000000000..cd5ace445e2f --- /dev/null +++ b/net/xmlrpc-c/files/patch-src::validatee.c @@ -0,0 +1,10 @@ +--- src/validatee.c.orig Sat Apr 14 04:04:07 2001 ++++ src/validatee.c Tue Mar 2 23:39:39 2004 +@@ -33,6 +33,7 @@ + + #include <stdio.h> + #include <stdlib.h> ++#include <string.h> + + #include "xmlrpc.h" + #include "xmlrpc_abyss.h" |
