diff options
author | tron <tron> | 2008-08-05 21:05:55 +0000 |
---|---|---|
committer | tron <tron> | 2008-08-05 21:05:55 +0000 |
commit | 9c2f7b3f5c389a178007cc33d5c85a33fdacb98c (patch) | |
tree | 58e55f4fbcc0548315feee85fd384ec028ffe7d7 /chat/xchat | |
parent | 170f3407af8c6f0b1b4134a9d154364d09dd3e91 (diff) | |
download | pkgsrc-9c2f7b3f5c389a178007cc33d5c85a33fdacb98c.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/xchat')
-rw-r--r-- | chat/xchat/distinfo | 4 | ||||
-rw-r--r-- | chat/xchat/patches/patch-ab | 4 |
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 + |