summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2008-08-05 21:05:55 +0000
committertron <tron@pkgsrc.org>2008-08-05 21:05:55 +0000
commit17591e6603ad4a6940dd11c61b34e8824516c558 (patch)
tree58e55f4fbcc0548315feee85fd384ec028ffe7d7 /chat
parent992815bfb15631ebe05b19b80f13f273cc2756d3 (diff)
downloadpkgsrc-17591e6603ad4a6940dd11c61b34e8824516c558.tar.gz
Don't limit CPU info reporting to NetBSD/amd64 and NetBSD/i386. XChat can
deal with the case where we can only determine the number of cores (which should work on all platform) and not the CPU frequency (which only works on some x86 machines).
Diffstat (limited to 'chat')
-rw-r--r--chat/xchat/distinfo4
-rw-r--r--chat/xchat/patches/patch-ab4
2 files changed, 4 insertions, 4 deletions
diff --git a/chat/xchat/distinfo b/chat/xchat/distinfo
index cb1bbfdd189..38f3fdc578f 100644
--- a/chat/xchat/distinfo
+++ b/chat/xchat/distinfo
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.36 2008/08/05 20:36:42 tron Exp $
+$NetBSD: distinfo,v 1.37 2008/08/05 21:05:55 tron Exp $
SHA1 (xchat-2.8.6.tar.bz2) = 7a7463e65cb26c680ed70dd96cec98bcc05435a4
RMD160 (xchat-2.8.6.tar.bz2) = bc199e3b58a9db3dfd9f2af6bac7fb6162c53d6e
Size (xchat-2.8.6.tar.bz2) = 1423645 bytes
SHA1 (patch-aa) = 99ec48125bc394745b5e5d0d8ebd8323d1aca4af
-SHA1 (patch-ab) = b9c9a1e94dc5fbe6365c0f7ccd18e79f7c836355
+SHA1 (patch-ab) = 69e7f50ef12a34826b2daefd8a8cc7b5e31dec74
diff --git a/chat/xchat/patches/patch-ab b/chat/xchat/patches/patch-ab
index 087267a7972..c557a76c734 100644
--- a/chat/xchat/patches/patch-ab
+++ b/chat/xchat/patches/patch-ab
@@ -1,4 +1,4 @@
-$NetBSD: patch-ab,v 1.10 2008/08/05 20:36:42 tron Exp $
+$NetBSD: patch-ab,v 1.11 2008/08/05 21:05:55 tron Exp $
--- src/common/util.c.orig 2008-02-24 02:59:48.000000000 +0000
+++ src/common/util.c 2008-08-05 21:23:28.000000000 +0100
@@ -6,7 +6,7 @@ $NetBSD: patch-ab,v 1.10 2008/08/05 20:36:42 tron Exp $
#define WANTSOCKET
#include "inet.h"
-+#if defined(__NetBSD__) && (defined(__amd64__) || defined(__i386__))
++#if defined(__NetBSD__)
+#define USING_NETBSD /**/
+#endif
+