14 lines
547 B
Plaintext
14 lines
547 B
Plaintext
$NetBSD: patch-aa,v 1.7 2006/06/21 20:41:27 joerg Exp $
|
|
|
|
--- src/postconf.pl.orig 2006-06-21 19:55:33.000000000 +0000
|
|
+++ src/postconf.pl
|
|
@@ -15,7 +15,7 @@
|
|
print "Checking operating system and version...\n";
|
|
#$TARGET=`./config.guess`;
|
|
$os=`uname -s`; chop $os;
|
|
-if ($os !~ /^AIX|^Linux|^SunOS|^NetBSD|^OpenBSD|^FreeBSD|^BSD/) {
|
|
+if ($os !~ /^AIX|^Linux|^SunOS|^NetBSD|^OpenBSD|^FreeBSD|^DragonFly|^BSD/) {
|
|
die "Sorry -- we only do AIX, Linux, Solaris, NetBSD, OpenBSD, FreeBSD or BSDI right now.";
|
|
}
|
|
$release=`uname -r`; chop $release;
|