diff options
author | hasso <hasso@pkgsrc.org> | 2009-03-11 19:24:41 +0000 |
---|---|---|
committer | hasso <hasso@pkgsrc.org> | 2009-03-11 19:24:41 +0000 |
commit | 8f30d9b46ac640f93586af55f8f9d3d39b3e0b8e (patch) | |
tree | 2fba01da310771eb67c318f6d3fbcdee0a482cc5 /chat/konversation | |
parent | 505070bdf363fb2dea1f071d44a854134cc503b8 (diff) | |
download | pkgsrc-8f30d9b46ac640f93586af55f8f9d3d39b3e0b8e.tar.gz |
Make it build on DragonFly.
Diffstat (limited to 'chat/konversation')
-rw-r--r-- | chat/konversation/distinfo | 3 | ||||
-rw-r--r-- | chat/konversation/patches/patch-ab | 12 |
2 files changed, 14 insertions, 1 deletions
diff --git a/chat/konversation/distinfo b/chat/konversation/distinfo index 0155a4db88f..514d614681d 100644 --- a/chat/konversation/distinfo +++ b/chat/konversation/distinfo @@ -1,6 +1,7 @@ -$NetBSD: distinfo,v 1.9 2008/10/12 04:14:58 tonnerre Exp $ +$NetBSD: distinfo,v 1.10 2009/03/11 19:27:00 hasso Exp $ SHA1 (konversation-1.1.tar.bz2) = 9b2984a0535c9c148f62c9e4d651366e6e875bd9 RMD160 (konversation-1.1.tar.bz2) = ce79f6ec97cc8d7b048b15898d02eb87b4ea02ce Size (konversation-1.1.tar.bz2) = 5468714 bytes SHA1 (patch-aa) = c65f7cac42af69a5a9f227c91befbe13f7d978a1 +SHA1 (patch-ab) = e31cc83d957babb6f002aa19efdc4ab314c5c970 diff --git a/chat/konversation/patches/patch-ab b/chat/konversation/patches/patch-ab new file mode 100644 index 00000000000..831dea3adaf --- /dev/null +++ b/chat/konversation/patches/patch-ab @@ -0,0 +1,12 @@ +$NetBSD: patch-ab,v 1.5 2009/03/11 19:27:00 hasso Exp $ + +--- konversation/src/dcccommon.cpp.orig 2009-03-11 19:22:06 +0200 ++++ konversation/src/dcccommon.cpp 2009-03-11 19:22:36 +0200 +@@ -15,6 +15,7 @@ + #include "server.h" + + #include <arpa/inet.h> ++#include <netinet/in.h> + + #include <qhostaddress.h> + |