summaryrefslogtreecommitdiff
path: root/editors/emacs22/files/patch-emacs-arm
blob: 9d3c171b3d4ff647c7f88075eb74cfae560c848e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff -uNr emacs.orig/files/patch-configure emacs/files/patch-configure
--- emacs.orig/files/patch-configure	1970-01-01 12:00:00.000000000 +1200
+++ emacs/files/patch-configure	2008-02-08 09:20:46.000000000 +1300
@@ -0,0 +1,10 @@
+--- configure.orig	Fri Feb  8 09:19:48 2008
++++ configure	Fri Feb  8 09:20:26 2008
+@@ -2204,6 +2204,7 @@
+     opsys=freebsd
+     case "${canonical}" in
+       alpha*-*-freebsd*)	machine=alpha ;;
++      arm*-*-freebsd*)		machine=arm ;;
+       ia64-*-freebsd*)		machine=ia64 ;;
+       sparc64-*-freebsd*)	machine=sparc ;;
+       powerpc-*-freebsd*)	machine=macppc ;;