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 | |
parent | 74d2b6d935d5c7bfb9332942a4792cd1f7fda30f (diff) | |
download | pkgsrc-16db359886832474753b379e32a18df42e8b2b0a.tar.gz |
Fix compile on DragonFly ('IPPROTO_TCP' undeclared).
Diffstat (limited to 'chat')
-rw-r--r-- | chat/telepathy-idle/distinfo | 3 | ||||
-rw-r--r-- | chat/telepathy-idle/patches/patch-ab | 12 |
2 files changed, 14 insertions, 1 deletions
diff --git a/chat/telepathy-idle/distinfo b/chat/telepathy-idle/distinfo index 0b9b1f5da79..32cbcd24e33 100644 --- a/chat/telepathy-idle/distinfo +++ b/chat/telepathy-idle/distinfo @@ -1,6 +1,7 @@ -$NetBSD: distinfo,v 1.2 2009/02/23 10:59:02 wiz Exp $ +$NetBSD: distinfo,v 1.3 2009/03/11 08:52:29 hasso Exp $ SHA1 (telepathy-idle-0.1.3.tar.gz) = 726f2b98cc062e0b7c32843b9fde5c08e4c370ae RMD160 (telepathy-idle-0.1.3.tar.gz) = e0189fa1e52c575a5b7c08b6c8e49f55a6af51fd Size (telepathy-idle-0.1.3.tar.gz) = 440782 bytes SHA1 (patch-aa) = afbc537890d0fddbdef87115b9c45902a73180d7 +SHA1 (patch-ab) = 44f6dc02cc11601234f9bc7e719fce6a7dfee54c 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> |