diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2009-02-27 05:26:27 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2009-02-27 05:26:27 +0000 |
commit | 6b3986914a3155d162d7d2ddfcd936c38e3d1c7c (patch) | |
tree | 4a2f6db6267bfa2492846f519b422ef559409b6e /net/libproxy/files/patch-src_plugins_webkit.c | |
parent | Remove ../ from patch. (diff) |
Add libproxy, a library that provides automatic proxy configuration management.
Plug-ins are available for GNOME, KDE, Mozilla, and WebKit.
WWW: http://code.google.com/p/libproxy/
Notes
Notes:
svn path=/head/; revision=229131
Diffstat (limited to 'net/libproxy/files/patch-src_plugins_webkit.c')
-rw-r--r-- | net/libproxy/files/patch-src_plugins_webkit.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net/libproxy/files/patch-src_plugins_webkit.c b/net/libproxy/files/patch-src_plugins_webkit.c new file mode 100644 index 000000000000..9fb65909a18c --- /dev/null +++ b/net/libproxy/files/patch-src_plugins_webkit.c @@ -0,0 +1,10 @@ +--- src/plugins/webkit.c.orig 2009-02-27 00:22:39.000000000 -0500 ++++ src/plugins/webkit.c 2009-02-27 00:22:50.000000000 -0500 +@@ -21,6 +21,7 @@ + #include <string.h> + #include <sys/types.h> + #include <sys/socket.h> ++#include <netinet/in.h> + #include <netdb.h> + #include <arpa/inet.h> + #define __USE_BSD |