mirror of
https://git.freebsd.org/ports.git
synced 2025-06-30 00:50:29 -04:00
- Change CONFIGURE_TARGET to ${MACHINE_ARCH}-freebsd. - Assign maintainership to Giorgos Keramidas <keramida@ceid.upatras.gr> [1] Submitted by: keramida (by email) Created by: nobutaka, keramida Approved by: maintainer (by email) [1]
14 lines
556 B
Text
14 lines
556 B
Text
Index: configure.in
|
|
===================================================================
|
|
--- configure.in (.../branches/gnu/emacs) (revision 15)
|
|
+++ configure.in (.../trunk/emacs) (revision 15)
|
|
@@ -237,6 +237,9 @@
|
|
opsys=freebsd
|
|
case "${canonical}" in
|
|
alpha*-*-freebsd*) machine=alpha ;;
|
|
+ ia64-*-freebsd*) machine=ia64 ;;
|
|
+ sparc64-*-freebsd*) machine=sparc ;;
|
|
+ powerpc-*-freebsd*) machine=macppc ;;
|
|
i[3456]86-*-freebsd*) machine=intel386 ;;
|
|
amd64-*-freebsd*|x86_64-*-freebsd*) machine=amdx86-64 ;;
|
|
esac
|