openbsd-ports/editors/emacs21/patches/patch-configure

27 lines
855 B
Plaintext
Raw Normal View History

$OpenBSD: patch-configure,v 1.5 2003/07/05 00:27:08 naddy Exp $
disable Xaw3d
--- configure.orig Fri Jul 4 15:14:27 2003
+++ configure Fri Jul 4 15:13:05 2003
2002-02-15 03:42:34 -05:00
@@ -834,7 +834,8 @@ case "${canonical}" in
m68k-*-openbsd*) machine=hp9000s300 ;;
mipsel-*-openbsd*) machine=pmax ;;
ns32k-*-openbsd*) machine=ns32000 ;;
2002-02-15 03:42:34 -05:00
- sparc-*-openbsd*) machine=sparc ;;
+ powerpc-*-openbsd*) machine=macppc ;;
2002-02-15 03:42:34 -05:00
+ sparc*-*-openbsd*) machine=sparc ;;
vax-*-openbsd*) machine=vax ;;
esac
2002-02-11 00:44:14 -05:00
;;
@@ -5038,9 +5039,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