diff options
author | rillig <rillig@pkgsrc.org> | 2005-12-20 21:08:16 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2005-12-20 21:08:16 +0000 |
commit | 54e5f1d0abcd6e93bbf3378acaf3f3b57701fad2 (patch) | |
tree | 515530d911a064d5b095f36a3611ea3abd3b0ed9 /chat/kmess | |
parent | 0fc3334bb6a676bc148be2506f9a62d45e73393d (diff) | |
download | pkgsrc-54e5f1d0abcd6e93bbf3378acaf3f3b57701fad2.tar.gz |
Added two patches that fix the build on NetBSD-1.6.2-i386.
Diffstat (limited to 'chat/kmess')
-rw-r--r-- | chat/kmess/distinfo | 4 | ||||
-rw-r--r-- | chat/kmess/patches/patch-aa | 15 | ||||
-rw-r--r-- | chat/kmess/patches/patch-ab | 15 |
3 files changed, 33 insertions, 1 deletions
diff --git a/chat/kmess/distinfo b/chat/kmess/distinfo index 01f823e7cb8..8c7384295cc 100644 --- a/chat/kmess/distinfo +++ b/chat/kmess/distinfo @@ -1,5 +1,7 @@ -$NetBSD: distinfo,v 1.2 2005/02/23 15:59:12 agc Exp $ +$NetBSD: distinfo,v 1.3 2005/12/20 21:08:16 rillig Exp $ SHA1 (kmess-1.1.tar.gz) = b014367b98d73b50dddb4d53aac53f1a2c07e844 RMD160 (kmess-1.1.tar.gz) = 237b45372b91b377b3b01d3519feebfe003c2015 Size (kmess-1.1.tar.gz) = 1496331 bytes +SHA1 (patch-aa) = 7880277aeca41cc8ab1d76e16eacbbd2b41d64fa +SHA1 (patch-ab) = c2651282f604a35ff12799f75c804507c25bf4b5 diff --git a/chat/kmess/patches/patch-aa b/chat/kmess/patches/patch-aa new file mode 100644 index 00000000000..b37e6c0d32f --- /dev/null +++ b/chat/kmess/patches/patch-aa @@ -0,0 +1,15 @@ +$NetBSD: patch-aa,v 1.1 2005/12/20 21:08:16 rillig Exp $ + +Needed for rand(). + +--- kmess/network/application.cpp.orig Mon Mar 10 20:30:00 2003 ++++ kmess/network/application.cpp Tue Dec 20 21:50:40 2005 +@@ -15,6 +15,8 @@ + * * + ***************************************************************************/ + ++#include <cstdlib> ++ + #include "application.h" + + #include <kdebug.h> diff --git a/chat/kmess/patches/patch-ab b/chat/kmess/patches/patch-ab new file mode 100644 index 00000000000..e012d4ab594 --- /dev/null +++ b/chat/kmess/patches/patch-ab @@ -0,0 +1,15 @@ +$NetBSD: patch-ab,v 1.1 2005/12/20 21:08:16 rillig Exp $ + +Needed for rand(). + +--- kmess/network/msnswitchboardconnection.cpp.orig Sat Mar 8 00:30:43 2003 ++++ kmess/network/msnswitchboardconnection.cpp Tue Dec 20 21:51:33 2005 +@@ -15,6 +15,8 @@ + * * + ***************************************************************************/ + ++#include <cstdlib> ++ + #include "msnswitchboardconnection.h" + + #include <qregexp.h> |