openbsd-ports/editors/emacs22/patches/patch-configure_in
2010-09-09 17:43:10 +00:00

22 lines
937 B
Plaintext

$OpenBSD: patch-configure_in,v 1.3 2010/09/09 17:43:10 jasper Exp $
Correctly recognize OpenBSD/hppa and OpenBSD/mips64el to fix build on
these platforms.
--- configure.in.orig Tue Aug 12 20:35:40 2008
+++ configure.in Thu Sep 9 16:24:55 2010
@@ -298,11 +298,12 @@ dnl see the `changequote' comment above.
case "${canonical}" in
alpha*-*-openbsd*) machine=alpha ;;
arm-*-openbsd*) machine=arm ;;
- hppa-*-openbsd*) machine=hp9000s300 ;;
+ hppa-*-openbsd*) machine=hp800 ;;
i386-*-openbsd*) machine=intel386 ;;
m68k-*-openbsd*) machine=hp9000s300 ;;
m88k-*-openbsd*) machine=aviion ;;
mips64-*-openbsd*) machine=mips64 ;;
+ mips64el-*-openbsd*) machine=mips64el ;;
powerpc-*-openbsd*) machine=macppc ;;
sh-*-openbsd*) machine=sh3el ;;
sparc*-*-openbsd*) machine=sparc ;;