summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
authorkristerw <kristerw@pkgsrc.org>2004-08-02 00:07:40 +0000
committerkristerw <kristerw@pkgsrc.org>2004-08-02 00:07:40 +0000
commite80d4a05fd8160aa5127ea0ea4486a257382e050 (patch)
tree0bb62e7c411fe6c4ce0fbd2169efcdbec5de9b71 /chat
parentc095bbf9ce72b030728c88b1fa7c86d92d12a2f8 (diff)
downloadpkgsrc-e80d4a05fd8160aa5127ea0ea4486a257382e050.tar.gz
Do not redefine u_int32_t; it breaks on NetBSD 1.6, and the
source code does not use that type anyway...
Diffstat (limited to 'chat')
-rw-r--r--chat/quirc/distinfo3
-rw-r--r--chat/quirc/patches/patch-af11
2 files changed, 13 insertions, 1 deletions
diff --git a/chat/quirc/distinfo b/chat/quirc/distinfo
index 38abf14bd88..cda3077c89c 100644
--- a/chat/quirc/distinfo
+++ b/chat/quirc/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.5 2004/05/31 07:25:58 minskim Exp $
+$NetBSD: distinfo,v 1.6 2004/08/02 00:07:40 kristerw Exp $
SHA1 (quirc-0.9.84.tar.gz) = 0d9aa3f35616c3d5e6835a318266f1c71232e4d1
Size (quirc-0.9.84.tar.gz) = 341962 bytes
@@ -7,3 +7,4 @@ SHA1 (patch-ab) = 15356ff0598db83eeaf549b29a8d285eb6a27630
SHA1 (patch-ac) = 4353b22eb607d2e1f158ba4a2668ebf1e2616de7
SHA1 (patch-ad) = 37a6e3525dc0ff7655fd62c8981eb81eae916126
SHA1 (patch-ae) = 61486f04dc9c227ae753ec355b83a5c77aa278aa
+SHA1 (patch-af) = 87fd50dbfc9fb8a667e39403e781be2a1e221368
diff --git a/chat/quirc/patches/patch-af b/chat/quirc/patches/patch-af
new file mode 100644
index 00000000000..fabb7853801
--- /dev/null
+++ b/chat/quirc/patches/patch-af
@@ -0,0 +1,11 @@
+$NetBSD: patch-af,v 1.1 2004/08/02 00:07:40 kristerw Exp $
+
+--- config.h.in.orig Mon Aug 2 01:59:03 2004
++++ config.h.in Mon Aug 2 01:59:13 2004
+@@ -92,6 +92,3 @@
+
+ /* If socken_t is defined */
+ #undef socklen_t
+-
+-/* Define to `unsigned int' if <sys/types.h> does not define. */
+-#undef u_int32_t