pkgsrc/sysutils/top/patches/patch-aj
tnn 0811edb046 Update sysutils/top to 3.6.1. Ok'd by agc@
Changelog mentions many bugfixes and improvements for Linux 2.6, FreeBSD,
Solaris, DEC OSF/1, NetBSD, AIX and IRIX. Note that it also says:
"Support for MacOS X is officially withdrawn although the macosx module is
still part of the distribution. Hopefully this is a temporary situation."
2007-07-01 22:43:05 +00:00

16 lines
512 B
Text

$NetBSD: patch-aj,v 1.4 2007/07/01 22:43:07 tnn Exp $
--- configure.ac.orig 2007-04-20 15:31:18.000000000 +0200
+++ configure.ac
@@ -143,6 +143,11 @@ else
osf4*) MODULE=decosf1;;
osf5*) MODULE=decosf1;;
freebsd*) MODULE=freebsd; USE_KMEM=1;;
+ netbsd0*) MODULE=netbsd08;;
+ netbsd10) MODULE=netbsd10;;
+ netbsd13*) MODULE=netbsd132;;
+ netbsd*) MODULE=netbsd20;;
+ dragonfly*) MODULE=dragonfly; LIBS="$LIBS -lkinfo";;
hpux7*) MODULE=hpux7;;
hpux8*) MODULE=hpux8;;
hpux9*) MODULE=hpux9;;