a275ac51c4
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.
15 lines
472 B
Text
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;;
|