aboutsummaryrefslogtreecommitdiffstats
path: root/editors/mule
diff options
context:
space:
mode:
authorsimokawa <simokawa@FreeBSD.org>1999-01-23 22:28:28 +0800
committersimokawa <simokawa@FreeBSD.org>1999-01-23 22:28:28 +0800
commit03e64bbe930d451acfe187a3f65a503a72bb6a69 (patch)
tree5d14b0b1226fb7b3f626ffff77beafa6a5c23ff5 /editors/mule
parent19c57c41e3cc5477d5b7e438a96110b863e5013b (diff)
downloadfreebsd-ports-gnome-03e64bbe930d451acfe187a3f65a503a72bb6a69.tar.gz
freebsd-ports-gnome-03e64bbe930d451acfe187a3f65a503a72bb6a69.tar.zst
freebsd-ports-gnome-03e64bbe930d451acfe187a3f65a503a72bb6a69.zip
Add fix for Alpha.
- patch for configure, unexelf.c, alpha.h, PLIST and etc.
Diffstat (limited to 'editors/mule')
-rw-r--r--editors/mule/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/editors/mule/Makefile b/editors/mule/Makefile
index e8b0e7f72796..555dd3db75bc 100644
--- a/editors/mule/Makefile
+++ b/editors/mule/Makefile
@@ -3,7 +3,7 @@
# Date created: 6 July 1997
# Whom: Satoshi Taoka <taoka@infonets.hiroshima-u.ac.jp>
#
-# $Id: Makefile,v 1.33 1998/10/07 08:11:28 asami Exp $
+# $Id: Makefile,v 1.34 1998/12/02 08:40:00 asami Exp $
#
DISTNAME= mule-2.3
@@ -41,7 +41,8 @@ MAKE_ENV= LIBDIR="${LIBDIR}"
CONFIGURE_ENV= PATH=/usr/bin:$$PATH
EMACS_PREFIX= mule
EMACS_EXECUTABLE = mule
-CONFIGURE_ARGS= i386--freebsd --with-executable=${EMACS_EXECUTABLE} \
+EMACS_ARCH= ${MACHINE_ARCH}--freebsd
+CONFIGURE_ARGS= ${EMACS_ARCH} --with-executable=${EMACS_EXECUTABLE} \
--with-emacs-prefix=${EMACS_PREFIX} \
--with-terminal-face \
--x-includes=${X11BASE}/include --x-libraries=${X11BASE}/lib \