$OpenBSD: patch-configure,v 1.10 2007/07/06 16:59:32 kettenis Exp $ disable Xaw3d --- configure.orig Tue Mar 18 10:19:12 2003 +++ configure Tue Apr 14 19:38:45 2009 @@ -830,14 +830,34 @@ case "${canonical}" in opsys=openbsd case "${canonical}" in alpha*-*-openbsd*) machine=alpha ;; + arm*-*-openbsd*) machine=arm ;; i386-*-openbsd*) machine=intel386 ;; m68k-*-openbsd*) machine=hp9000s300 ;; mipsel-*-openbsd*) machine=pmax ;; ns32k-*-openbsd*) machine=ns32000 ;; - sparc-*-openbsd*) machine=sparc ;; + powerpc-*-openbsd*) machine=macppc ;; + sparc*-*-openbsd*) machine=sparc ;; vax-*-openbsd*) machine=vax ;; + hppa-*-openbsd*) machine=hppa ;; + x86_64-*-openbsd*) machine=x86_64 ;; + mips64-*-openbsd*) machine=mips64 ;; esac ;; + + ## FabBSD ports + *-*-fabbsd* ) + opsys=fabbsd + case "${canonical}" in + alpha*-*-fabbsd*) machine=alpha ;; + arm*-*-fabbsd*) machine=arm ;; + i386-*-fabbsd*) machine=intel386 ;; + mipsel-*-fabbsd*) machine=pmax ;; + powerpc-*-fabbsd*) machine=macppc ;; + sparc*-*-fabbsd*) machine=sparc ;; + x86_64-*-fabbsd*) machine=x86_64 ;; + mips64-*-fabbsd*) machine=mips64 ;; + esac + ;; ## Acorn RISCiX: arm-acorn-riscix1.1* ) @@ -5038,9 +5058,9 @@ EOF fi fi -### Is -lXaw3d available? +### Never pick up Xaw3d HAVE_XAW3D=no -if test "${HAVE_X11}" = "yes"; then +if false; then if test "${USE_X_TOOLKIT}" != "none"; then ac_safe=`echo "X11/Xaw3d/Scrollbar.h" | sed 'y%./+-%__p_%'` echo $ac_n "checking for X11/Xaw3d/Scrollbar.h""... $ac_c" 1>&6