diff options
author | hasso <hasso@pkgsrc.org> | 2009-03-11 08:52:29 +0000 |
---|---|---|
committer | hasso <hasso@pkgsrc.org> | 2009-03-11 08:52:29 +0000 |
commit | 16db359886832474753b379e32a18df42e8b2b0a (patch) | |
tree | 8b1ddb07c2b29cf461b48842f45142de37811085 /chat/telepathy-idle/patches | |
parent | 74d2b6d935d5c7bfb9332942a4792cd1f7fda30f (diff) | |
download | pkgsrc-16db359886832474753b379e32a18df42e8b2b0a.tar.gz |
Fix compile on DragonFly ('IPPROTO_TCP' undeclared).
Diffstat (limited to 'chat/telepathy-idle/patches')
-rw-r--r-- | chat/telepathy-idle/patches/patch-ab | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/chat/telepathy-idle/patches/patch-ab b/chat/telepathy-idle/patches/patch-ab new file mode 100644 index 00000000000..2bf6eb22412 --- /dev/null +++ b/chat/telepathy-idle/patches/patch-ab @@ -0,0 +1,12 @@ +$NetBSD: patch-ab,v 1.1 2009/03/11 08:52:29 hasso Exp $ + +--- 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 @@ + + #include <arpa/inet.h> + #include <fcntl.h> ++#include <netinet/in.h> + #include <netinet/tcp.h> + #include <sys/types.h> + #include <sys/socket.h> |