summaryrefslogtreecommitdiff
path: root/chat/xchat/patches/patch-ab
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
commitf0faf47858efa8f20000fde4f69f8a0f2f3f9db6 (patch)
tree58e55f4fbcc0548315feee85fd384ec028ffe7d7 /chat/xchat/patches/patch-ab
parent649b4bd04ad2c2be9037b4f054a5765ce44ef433 (diff)
downloadpkgsrc-f0faf47858efa8f20000fde4f69f8a0f2f3f9db6.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/patches/patch-ab')
-rw-r--r--chat/xchat/patches/patch-ab4
1 files changed, 2 insertions, 2 deletions
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
+