diff options
author | kristerw <kristerw@pkgsrc.org> | 2004-08-02 00:07:40 +0000 |
---|---|---|
committer | kristerw <kristerw@pkgsrc.org> | 2004-08-02 00:07:40 +0000 |
commit | 5c0f20037127b33c19a9e8dff1e2cfb9e64b4eae (patch) | |
tree | 0bb62e7c411fe6c4ce0fbd2169efcdbec5de9b71 /chat | |
parent | 2ee71febc4b55a5e67ac71066b74fd6e44dac38f (diff) | |
download | pkgsrc-5c0f20037127b33c19a9e8dff1e2cfb9e64b4eae.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/distinfo | 3 | ||||
-rw-r--r-- | chat/quirc/patches/patch-af | 11 |
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 |