pkgsrc/sysutils/top/patches/patch-ak
cube a275ac51c4 Make this work on netbsd-1-6, and probably netbsd-1-5. It will break on
earlier versions, but we don't support them in pkgsrc anyway.  The reason
for this is that the configure script uses ac_cv_target, but we don't pass
a version number in there.
The workaround I use is gross, I know.  Oh, well, that won't prevent me
from sleeping well at night.
Final fix for 26249.
2004-07-12 08:14:44 +00:00

15 lines
472 B
Text

$NetBSD: patch-ak,v 1.2 2004/07/12 08:14:44 cube Exp $
--- configure.orig 2004-04-21 04:02:42.000000000 +0000
+++ configure
@@ -3470,6 +3470,10 @@ else
dec-osf*) MODULE=decosf1;;
osf1*) MODULE=decosf1;;
freebsd*) MODULE=freebsd;;
+ netbsd0*) MODULE=netbsd08;;
+ netbsd10) MODULE=netbsd10;;
+ netbsd13*) MODULE=netbsd132;;
+ netbsd*) MODULE=netbsd20;;
hpux7*) MODULE=hpux7;;
hpux8*) MODULE=hpux8;;
hpux9*) MODULE=hpux9;;