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

13 lines
444 B
Plaintext
Raw Normal View History

2002-02-11 00:44:14 -05:00
--- configure.orig Sun Feb 10 21:13:42 2002
+++ configure Sun Feb 10 21:15:01 2002
@@ -834,7 +834,9 @@ case "${canonical}" in
m68k-*-openbsd*) machine=hp9000s300 ;;
mipsel-*-openbsd*) machine=pmax ;;
ns32k-*-openbsd*) machine=ns32000 ;;
+ powerpc-*-openbsd*) machine=macppc ;;
sparc-*-openbsd*) machine=sparc ;;
2002-02-11 00:44:14 -05:00
+ sparc64-*-openbsd*) machine=sparc ;;
vax-*-openbsd*) machine=vax ;;
esac
2002-02-11 00:44:14 -05:00
;;