0f8a10ac14
mark BROKEN, as there's still some sort of a bug; the process spins hogging CPU until the machine hangs hard
29 lines
929 B
Plaintext
29 lines
929 B
Plaintext
$OpenBSD: patch-configure,v 1.6 2003/12/31 08:38:24 pvalchev Exp $
|
|
disable Xaw3d
|
|
--- configure.orig 2003-03-18 07:19:12.000000000 -0700
|
|
+++ configure 2003-11-21 03:37:37.000000000 -0700
|
|
@@ -834,8 +834,10 @@ case "${canonical}" in
|
|
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=hp9000s300 ;;
|
|
esac
|
|
;;
|
|
|
|
@@ -5038,9 +5040,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
|