patch-configure 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. $OpenBSD: patch-configure,v 1.11 2010/04/11 21:26:24 jasper Exp $
  2. disable Xaw3d
  3. --- configure.orig Tue Mar 18 07:19:12 2003
  4. +++ configure Sun Apr 11 14:57:06 2010
  5. @@ -830,12 +830,18 @@ case "${canonical}" in
  6. opsys=openbsd
  7. case "${canonical}" in
  8. alpha*-*-openbsd*) machine=alpha ;;
  9. + arm*-*-openbsd*) machine=arm ;;
  10. i386-*-openbsd*) machine=intel386 ;;
  11. m68k-*-openbsd*) machine=hp9000s300 ;;
  12. + mips64el-*-openbsd*) machine=mips64el ;;
  13. mipsel-*-openbsd*) machine=pmax ;;
  14. ns32k-*-openbsd*) machine=ns32000 ;;
  15. - sparc-*-openbsd*) machine=sparc ;;
  16. + powerpc-*-openbsd*) machine=macppc ;;
  17. + sparc*-*-openbsd*) machine=sparc ;;
  18. vax-*-openbsd*) machine=vax ;;
  19. + hppa-*-openbsd*) machine=hppa ;;
  20. + x86_64-*-openbsd*) machine=x86_64 ;;
  21. + mips64-*-openbsd*) machine=mips64 ;;
  22. esac
  23. ;;
  24. @@ -5038,9 +5044,9 @@ EOF
  25. fi
  26. fi
  27. -### Is -lXaw3d available?
  28. +### Never pick up Xaw3d
  29. HAVE_XAW3D=no
  30. -if test "${HAVE_X11}" = "yes"; then
  31. +if false; then
  32. if test "${USE_X_TOOLKIT}" != "none"; then
  33. ac_safe=`echo "X11/Xaw3d/Scrollbar.h" | sed 'y%./+-%__p_%'`
  34. echo $ac_n "checking for X11/Xaw3d/Scrollbar.h""... $ac_c" 1>&6