summaryrefslogtreecommitdiff
path: root/devel/libgtop/Makefile
diff options
context:
space:
mode:
authordmcmahill <dmcmahill@pkgsrc.org>2000-06-26 18:05:44 +0000
committerdmcmahill <dmcmahill@pkgsrc.org>2000-06-26 18:05:44 +0000
commitbb4f72ac6937a70f98c12b76ae4cf93a7735b7c6 (patch)
treeb37bd206b750af46f53291d9650460456a9b7bd8 /devel/libgtop/Makefile
parent42d37f96da2d85f8b25b9a7e56f86a299736ec6a (diff)
downloadpkgsrc-bb4f72ac6937a70f98c12b76ae4cf93a7735b7c6.tar.gz
-add sparc and mipsel support. Thanks to soda for help on the mipsel part.
-it has been suggested (Soren) that the routines in sysdeps/freebsd/prockernel.c are of minimal use anyway and should just be disabled. -it has also been suggested (Soren) that the right way anyway is to use the KERN_PROC2 sysctl. I do not have a recent enough machine to try this (this sysctl was not part of NetBSD-1.4.2).
Diffstat (limited to 'devel/libgtop/Makefile')
-rw-r--r--devel/libgtop/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/libgtop/Makefile b/devel/libgtop/Makefile
index ca4addce1e3..d121625244d 100644
--- a/devel/libgtop/Makefile
+++ b/devel/libgtop/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.37 2000/06/24 16:40:57 danw Exp $
+# $NetBSD: Makefile,v 1.38 2000/06/26 18:05:44 dmcmahill Exp $
DISTNAME= libgtop-1.0.9
CATEGORIES= devel gnome
@@ -17,7 +17,8 @@ NOT_FOR_PLATFORM= SunOS
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == NetBSD
.if (${MACHINE_ARCH} != arm32) && (${MACHINE_ARCH} != i386) && \
- (${MACHINE_ARCH} != m68k) && (${MACHINE_ARCH} != powerpc)
+ (${MACHINE_ARCH} != m68k) && (${MACHINE_ARCH} != mipsel) && \
+ (${MACHINE_ARCH} != powerpc) && (${MACHINE_ARCH} != sparc)
IGNORE= "has not yet been ported to ${MACHINE_ARCH}."
IGNORE+= "Please look at /usr/include/${MACHINE_ARCH}/pcb.h"
IGNORE+= "and update patches/patch-al appropriately."