mirror of
https://git.freebsd.org/ports.git
synced 2025-07-07 12:29:16 -04:00
PR: ports/120370 Submitted by: Matthew Luckie <mjl@luckie.org.nz> Approved by: Giorgos Keramidas <keramida@ceid.upatras.gr>
14 lines
604 B
Text
14 lines
604 B
Text
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 ;;
|