summaryrefslogtreecommitdiff
path: root/net/kphone/patches/patch-aa
diff options
context:
space:
mode:
authorscw <scw@pkgsrc.org>2004-07-21 21:49:02 +0000
committerscw <scw@pkgsrc.org>2004-07-21 21:49:02 +0000
commit4314051acd954b7784920a573096a0f3c894fab2 (patch)
tree1e8befc84451963aa9d2297eca76009e4351a395 /net/kphone/patches/patch-aa
parent51386052e45132642a74426989f3dcfcea538c5f (diff)
downloadpkgsrc-4314051acd954b7784920a573096a0f3c894fab2.tar.gz
Initial import of KPhone 4.0.3, a SIP (Session Initiation Protocol) user
agent for *nix. (Basically, a VoIP client) There are some rough edges in the NetBSD audio support of this package, but it runs well enough on my esa(4)-equipped laptop to make and receive FWD calls. A couple of minor patches are courtesy of the FreeBSD port of Kphone. Alistair Crooks also tidied up my first amateurish attempt at packaging this.
Diffstat (limited to 'net/kphone/patches/patch-aa')
-rw-r--r--net/kphone/patches/patch-aa13
1 files changed, 13 insertions, 0 deletions
diff --git a/net/kphone/patches/patch-aa b/net/kphone/patches/patch-aa
new file mode 100644
index 00000000000..5317d35cd6d
--- /dev/null
+++ b/net/kphone/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1 2004/07/21 21:49:02 scw Exp $
+
+--- dissipate2/extern_md5.h.orig 2004-03-04 11:22:56.000000000 +0000
++++ dissipate2/extern_md5.h 2004-07-21 12:34:43.000000000 +0100
+@@ -1,6 +1,8 @@
+ #ifndef EXTERN_MD5_H
+ #define EXTERN_MD5_H
+
++#include <sys/types.h>
++
+ #define HASHLEN 16
+ typedef u_char HASH[HASHLEN];
+ #define HASHHEXLEN 32