$NetBSD: patch-ae,v 1.1.1.1 2005/01/02 02:51:42 cube Exp $ --- configure.orig 2004-11-06 12:36:54.000000000 +0100 +++ configure @@ -3,6 +3,6 @@ # Where to install stuff by default -DESTDIR=/usr/local -SYSCONF=/etc +DESTDIR=${PREFIX} +SYSCONF=${PKGSYSCONFDIR} # if [ -d /NextApps ]; then @@ -51,5 +51,10 @@ case $system in echo "C compiler not found; hoping for the best." fi;; - NetBSD|FreeBSD|ULTRIX|OSF1|NeXTStep|SINIX-?|UNIX_SV|UNIX_System_V) + NetBSD) + case $release in + [01].*) state="notincluded";; + *) state="known"; ksrc="netbsd"; makext="netbsd";; + esac;; + FreeBSD|ULTRIX|OSF1|NeXTStep|SINIX-?|UNIX_SV|UNIX_System_V) state="notincluded";; # NetBSD)