2007-07-06 12:59:32 -04:00
|
|
|
$OpenBSD: patch-configure,v 1.10 2007/07/06 16:59:32 kettenis Exp $
|
2003-07-04 20:27:08 -04:00
|
|
|
disable Xaw3d
|
2007-07-06 12:59:32 -04:00
|
|
|
--- configure.orig Tue Mar 18 15:19:12 2003
|
|
|
|
+++ configure Wed Jun 27 22:27:02 2007
|
2004-10-31 18:03:29 -05:00
|
|
|
@@ -830,12 +830,17 @@ case "${canonical}" in
|
2004-05-30 21:43:27 -04:00
|
|
|
opsys=openbsd
|
|
|
|
case "${canonical}" in
|
|
|
|
alpha*-*-openbsd*) machine=alpha ;;
|
|
|
|
+ arm*-*-openbsd*) machine=arm ;;
|
|
|
|
i386-*-openbsd*) machine=intel386 ;;
|
2002-02-10 17:05:40 -05:00
|
|
|
m68k-*-openbsd*) machine=hp9000s300 ;;
|
|
|
|
mipsel-*-openbsd*) machine=pmax ;;
|
|
|
|
ns32k-*-openbsd*) machine=ns32000 ;;
|
2002-02-15 03:42:34 -05:00
|
|
|
- sparc-*-openbsd*) machine=sparc ;;
|
2002-02-10 17:05:40 -05:00
|
|
|
+ powerpc-*-openbsd*) machine=macppc ;;
|
2002-02-15 03:42:34 -05:00
|
|
|
+ sparc*-*-openbsd*) machine=sparc ;;
|
2002-02-10 17:05:40 -05:00
|
|
|
vax-*-openbsd*) machine=vax ;;
|
2007-07-06 12:59:32 -04:00
|
|
|
+ hppa-*-openbsd*) machine=hppa ;;
|
2004-02-26 03:19:26 -05:00
|
|
|
+ x86_64-*-openbsd*) machine=x86_64 ;;
|
2004-10-31 18:03:29 -05:00
|
|
|
+ mips64-*-openbsd*) machine=mips64 ;;
|
2002-02-10 17:05:40 -05:00
|
|
|
esac
|
2002-02-11 00:44:14 -05:00
|
|
|
;;
|
2003-12-31 03:38:24 -05:00
|
|
|
|
2004-10-31 18:03:29 -05:00
|
|
|
@@ -5038,9 +5043,9 @@ EOF
|
2003-07-04 20:27:08 -04:00
|
|
|
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
|