summaryrefslogtreecommitdiff
path: root/chat/telepathy-gabble/patches
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2009-12-09 10:06:55 +0000
committerdrochner <drochner@pkgsrc.org>2009-12-09 10:06:55 +0000
commit1a091cd7c0d4236cff28ea7fda83a5b20966b140 (patch)
tree9d84ea0f71a9b29140796fd3650912a22cb39f85 /chat/telepathy-gabble/patches
parent7fa8c16b6236264730750031f04de880a9079f35 (diff)
downloadpkgsrc-1a091cd7c0d4236cff28ea7fda83a5b20966b140.tar.gz
make this build if py-twisted is installed
Diffstat (limited to 'chat/telepathy-gabble/patches')
-rw-r--r--chat/telepathy-gabble/patches/patch-ae12
1 files changed, 12 insertions, 0 deletions
diff --git a/chat/telepathy-gabble/patches/patch-ae b/chat/telepathy-gabble/patches/patch-ae
new file mode 100644
index 00000000000..89e23910553
--- /dev/null
+++ b/chat/telepathy-gabble/patches/patch-ae
@@ -0,0 +1,12 @@
+$NetBSD: patch-ae,v 1.1 2009/12/09 10:06:55 drochner Exp $
+
+--- tests/twisted/resolver-fake.c.orig 2009-02-27 14:05:19.000000000 +0100
++++ tests/twisted/resolver-fake.c
+@@ -24,6 +24,7 @@
+ #include <string.h>
+ #include <sys/socket.h>
+ #include <sys/types.h>
++#include <netinet/in.h>
+
+ #define DEBUG(format, ...) \
+ g_debug ("%s: " format, G_STRFUNC, ##__VA_ARGS__)