summaryrefslogtreecommitdiff
path: root/editors/emacs23/files/patch-configure
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2008-05-14 23:58:28 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2008-05-14 23:58:28 +0000
commitd76ca123b23f5dd17ce68262e4e5313f285d7f7c (patch)
tree4300420b71842e23bb30d74f5768906373b11558 /editors/emacs23/files/patch-configure
parentImplement OPTIONS menu. (diff)
As pointed out by mjl @ #bsdports: The patch I commited was a patch
on itself. Extracted the patch and recommit it. PR: ports/120370
Notes
Notes: svn path=/head/; revision=213071
Diffstat (limited to 'editors/emacs23/files/patch-configure')
-rw-r--r--editors/emacs23/files/patch-configure10
1 files changed, 10 insertions, 0 deletions
diff --git a/editors/emacs23/files/patch-configure b/editors/emacs23/files/patch-configure
new file mode 100644
index 000000000000..ea507e10728b
--- /dev/null
+++ b/editors/emacs23/files/patch-configure
@@ -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 ;;