openbsd-ports/editors/emacs21/patches/patch-configure
2002-03-23 19:13:14 +00:00

14 lines
510 B
Plaintext

$OpenBSD: patch-configure,v 1.4 2002/03/23 19:13:14 pvalchev Exp $
--- configure.orig Fri Oct 19 12:04:37 2001
+++ configure Fri Mar 22 22:38:15 2002
@@ -834,7 +834,8 @@ 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 ;;
esac
;;