diff options
author | hasso <hasso@pkgsrc.org> | 2009-03-14 18:53:21 +0000 |
---|---|---|
committer | hasso <hasso@pkgsrc.org> | 2009-03-14 18:53:21 +0000 |
commit | 13c0a4897e33d75b01a85a1bfcdcc3ef410944c0 (patch) | |
tree | 63452da80845d5718e8f015566e1caec66bfea68 /chat/telepathy-gabble | |
parent | 517919d7630f9786285c8f997f6529a2cd76b398 (diff) | |
download | pkgsrc-13c0a4897e33d75b01a85a1bfcdcc3ef410944c0.tar.gz |
Make it build on DragonFly.
Diffstat (limited to 'chat/telepathy-gabble')
-rw-r--r-- | chat/telepathy-gabble/distinfo | 4 | ||||
-rw-r--r-- | chat/telepathy-gabble/patches/patch-ac | 9 |
2 files changed, 7 insertions, 6 deletions
diff --git a/chat/telepathy-gabble/distinfo b/chat/telepathy-gabble/distinfo index d03763f1e82..9bb29454b1f 100644 --- a/chat/telepathy-gabble/distinfo +++ b/chat/telepathy-gabble/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.4 2009/02/23 11:05:03 wiz Exp $ +$NetBSD: distinfo,v 1.5 2009/03/14 18:53:21 hasso Exp $ SHA1 (telepathy-gabble-0.7.21.tar.gz) = b6c19456ace1812e98c69b52648b324fdf6f1faa RMD160 (telepathy-gabble-0.7.21.tar.gz) = 3f2ba18a09bab5bc9fb1f58ce3dd5922f8a3fcbc Size (telepathy-gabble-0.7.21.tar.gz) = 1597740 bytes SHA1 (patch-aa) = c6f579acd92f43bd327136b4ebabce8d3a54976c SHA1 (patch-ab) = 13941682938233289efe12328f1cf0b325475700 -SHA1 (patch-ac) = f36bceb45e8ac89b463d7e4526957b055e2dfe84 +SHA1 (patch-ac) = 143af77c7b31a6c42feb94cc5efd01e749a47043 diff --git a/chat/telepathy-gabble/patches/patch-ac b/chat/telepathy-gabble/patches/patch-ac index 3421ac26f03..39664e1a202 100644 --- a/chat/telepathy-gabble/patches/patch-ac +++ b/chat/telepathy-gabble/patches/patch-ac @@ -1,12 +1,13 @@ -$NetBSD: patch-ac,v 1.1 2009/01/17 20:36:28 wiz Exp $ +$NetBSD: patch-ac,v 1.2 2009/03/14 18:53:21 hasso Exp $ ---- lib/gibber/gibber-util.h.orig 2008-12-18 17:41:05.000000000 +0100 -+++ lib/gibber/gibber-util.h -@@ -21,6 +21,7 @@ +--- lib/gibber/gibber-util.h.orig 2009-02-19 19:25:00 +0200 ++++ lib/gibber/gibber-util.h 2009-03-14 18:58:53 +0200 +@@ -21,6 +21,8 @@ #define __GIBBER_UTIL_H__ #include <netdb.h> +#include <netinet/in.h> ++#include <sys/socket.h> #include <glib.h> |