diff options
Diffstat (limited to 'chat/telepathy-idle/patches/patch-ab')
-rw-r--r-- | chat/telepathy-idle/patches/patch-ab | 17 |
1 files changed, 11 insertions, 6 deletions
diff --git a/chat/telepathy-idle/patches/patch-ab b/chat/telepathy-idle/patches/patch-ab index c22096eb4fd..16edae8dd73 100644 --- a/chat/telepathy-idle/patches/patch-ab +++ b/chat/telepathy-idle/patches/patch-ab @@ -1,14 +1,19 @@ -$NetBSD: patch-ab,v 1.2 2009/08/16 19:22:49 wiz Exp $ +$NetBSD: patch-ab,v 1.3 2009/09/20 12:39:07 sno Exp $ http://bugs.freedesktop.org/show_bug.cgi?id=23352 ++ FreeBSD patch ---- src/idle-server-connection.c.orig 2009-03-11 09:06:07 +0200 -+++ src/idle-server-connection.c 2009-03-11 09:06:17 +0200 -@@ -28,6 +28,7 @@ +--- src/idle-server-connection.c.orig 2009-05-28 01:28:54.000000000 +0200 ++++ src/idle-server-connection.c 2009-09-20 14:32:50.000000000 +0200 +@@ -28,9 +28,10 @@ #include <arpa/inet.h> #include <fcntl.h> -+#include <netinet/in.h> - #include <netinet/tcp.h> +-#include <netinet/tcp.h> #include <sys/types.h> #include <sys/socket.h> ++#include <netinet/in.h> ++#include <netinet/tcp.h> + #include <unistd.h> + + #define IDLE_DEBUG_FLAG IDLE_DEBUG_NETWORK |