diff options
author | simokawa <simokawa@FreeBSD.org> | 1999-01-23 22:28:28 +0800 |
---|---|---|
committer | simokawa <simokawa@FreeBSD.org> | 1999-01-23 22:28:28 +0800 |
commit | 03e64bbe930d451acfe187a3f65a503a72bb6a69 (patch) | |
tree | 5d14b0b1226fb7b3f626ffff77beafa6a5c23ff5 /editors/emacs20/Makefile | |
parent | 19c57c41e3cc5477d5b7e438a96110b863e5013b (diff) | |
download | freebsd-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/emacs20/Makefile')
-rw-r--r-- | editors/emacs20/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/editors/emacs20/Makefile b/editors/emacs20/Makefile index c5a2f4b96091..181f6ef87d6b 100644 --- a/editors/emacs20/Makefile +++ b/editors/emacs20/Makefile @@ -3,7 +3,7 @@ # Date created: 29 October 1994 # Whom: jkh # -# $Id: Makefile,v 1.34 1998/12/13 11:54:49 kuriyama Exp $ +# $Id: Makefile,v 1.35 1999/01/16 22:58:59 asami Exp $ # DISTNAME= emacs-20.3 @@ -15,10 +15,12 @@ MAINTAINER= jseger@FreeBSD.org GNU_CONFIGURE= yes USE_XLIB= yes USE_GMAKE= yes -CONFIGURE_ARGS= i386--freebsd --with-x-toolkit --with-pop +EMACS_ARCH= ${MACHINE_ARCH}--freebsd +CONFIGURE_ARGS= ${EMACS_ARCH} --with-x-toolkit --with-pop + MAKE_ENV= INSTALL_SCRIPT="${INSTALL_SCRIPT}" MAN1= emacs.1 etags.1 ctags.1 -PLIST_SUB= EMACS_VER=20.3 +PLIST_SUB= EMACS_VER=20.3 EMACS_ARCH=${EMACS_ARCH} .if defined(USE_XPGLIB) .if (${USE_XPGLIB} == "YES") |