summaryrefslogtreecommitdiff
path: root/chat/telepathy-idle/patches
diff options
context:
space:
mode:
authorhasso <hasso>2009-03-11 08:52:29 +0000
committerhasso <hasso>2009-03-11 08:52:29 +0000
commit9631423abf15caefe9fd50c8a64c74db54362123 (patch)
tree8b1ddb07c2b29cf461b48842f45142de37811085 /chat/telepathy-idle/patches
parent62b4b239538978946bf29c5febf8a3cc585feb9b (diff)
downloadpkgsrc-9631423abf15caefe9fd50c8a64c74db54362123.tar.gz
Fix compile on DragonFly ('IPPROTO_TCP' undeclared).
Diffstat (limited to 'chat/telepathy-idle/patches')
-rw-r--r--chat/telepathy-idle/patches/patch-ab12
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>