From 5f84d6b89ac8f0a11951f96248bd7be100ba4bac Mon Sep 17 00:00:00 2001 From: dholland Date: Sat, 2 Aug 2008 20:36:50 +0000 Subject: Fix broken amd64 build --- chat/quirc/distinfo | 5 ++--- chat/quirc/patches/patch-aa | 11 +++++++++++ 2 files changed, 13 insertions(+), 3 deletions(-) create mode 100644 chat/quirc/patches/patch-aa (limited to 'chat/quirc') diff --git a/chat/quirc/distinfo b/chat/quirc/distinfo index 1ad3f3a7254..78848e3f3e8 100644 --- a/chat/quirc/distinfo +++ b/chat/quirc/distinfo @@ -1,10 +1,9 @@ -$NetBSD: distinfo,v 1.8 2007/03/17 16:06:22 rillig Exp $ +$NetBSD: distinfo,v 1.9 2008/08/02 20:36:50 dholland Exp $ SHA1 (quirc-0.9.84.tar.gz) = 0d9aa3f35616c3d5e6835a318266f1c71232e4d1 RMD160 (quirc-0.9.84.tar.gz) = 6fdacee28b63363c3276349c32bd7bfbd463ff19 Size (quirc-0.9.84.tar.gz) = 341962 bytes -SHA1 (patch-aa) = 83b4a50329dd4590cba4f52c523fb82153de5c22 -SHA1 (patch-ab) = 15356ff0598db83eeaf549b29a8d285eb6a27630 +SHA1 (patch-aa) = fe5c266abb0651739c10d4428457cc7a6ab426aa SHA1 (patch-ac) = 4353b22eb607d2e1f158ba4a2668ebf1e2616de7 SHA1 (patch-ad) = 37a6e3525dc0ff7655fd62c8981eb81eae916126 SHA1 (patch-ae) = 61486f04dc9c227ae753ec355b83a5c77aa278aa diff --git a/chat/quirc/patches/patch-aa b/chat/quirc/patches/patch-aa new file mode 100644 index 00000000000..481e7684234 --- /dev/null +++ b/chat/quirc/patches/patch-aa @@ -0,0 +1,11 @@ +$NetBSD: patch-aa,v 1.4 2008/08/02 20:36:50 dholland Exp $ + +--- format.cc~ 2004-01-12 04:32:01.000000000 -0500 ++++ format.cc 2008-08-02 16:35:59.000000000 -0400 +@@ -405,5 +405,5 @@ void fdisplay(char *type, int server, in + } + + int fexists(const char *type) { +- return (int)hash_get(&formats,type); ++ return hash_get(&formats,type) != NULL; + } -- cgit v1.2.3