openbsd-ports/editors/emacs22/patches/patch-configure_in

22 lines
898 B
Plaintext
Raw Normal View History

2010-02-09 15:43:57 -05:00
$OpenBSD: patch-configure_in,v 1.2 2010/02/09 20:43:57 matthieu Exp $
2010-02-09 15:43:57 -05:00
Correctly recognize OpenBSD/hppa and OpenBSD/mips64el to fix build on
these platforms.
2010-02-09 15:43:57 -05:00
--- configure.in.orig Tue Aug 12 20:35:40 2008
+++ configure.in Fri Feb 5 10:01:41 2010
@@ -298,11 +298,12 @@
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 ;;
2010-02-09 15:43:57 -05:00
mips64-*-openbsd*) machine=mips64 ;;
+ mips64el-*-openbsd*) machine=mips64el ;;
powerpc-*-openbsd*) machine=macppc ;;
sh-*-openbsd*) machine=sh3el ;;
sparc*-*-openbsd*) machine=sparc ;;