diff options
author | simokawa <simokawa@FreeBSD.org> | 1999-01-23 14:28:28 +0000 |
---|---|---|
committer | simokawa <simokawa@FreeBSD.org> | 1999-01-23 14:28:28 +0000 |
commit | 03e64bbe930d451acfe187a3f65a503a72bb6a69 (patch) | |
tree | 5d14b0b1226fb7b3f626ffff77beafa6a5c23ff5 /editors/mule/Makefile | |
parent | 19c57c41e3cc5477d5b7e438a96110b863e5013b (diff) | |
download | FreeBSD-ports-03e64bbe930d451acfe187a3f65a503a72bb6a69.zip FreeBSD-ports-03e64bbe930d451acfe187a3f65a503a72bb6a69.tar.gz |
Add fix for Alpha.
- patch for configure, unexelf.c, alpha.h, PLIST and etc.
Diffstat (limited to 'editors/mule/Makefile')
-rw-r--r-- | editors/mule/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/editors/mule/Makefile b/editors/mule/Makefile index e8b0e7f..555dd3d 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 \ |