summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authortv <tv>1998-07-10 17:57:47 +0000
committertv <tv>1998-07-10 17:57:47 +0000
commit6b1b97b542e813a1d65df5803d2011c8673054ae (patch)
tree254081c5764cc6e9c467c663d5b9fc332760686d /editors
parent83fc64ec24ff8e487f9b060819a08158dbce29e4 (diff)
downloadpkgsrc-6b1b97b542e813a1d65df5803d2011c8673054ae.tar.gz
This emacs understands GNU autoconf's --host option; don't try to override
that setting from <bsd.pkg.mk> with a configure command line option.
Diffstat (limited to 'editors')
-rw-r--r--editors/emacs/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/emacs/Makefile b/editors/emacs/Makefile
index 89d9b046c02..4d68cd091e4 100644
--- a/editors/emacs/Makefile
+++ b/editors/emacs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 1998/06/22 12:27:08 agc Exp $
+# $NetBSD: Makefile,v 1.16 1998/07/10 17:57:47 tv Exp $
# FreeBSD Id: Makefile,v 1.30 1997/12/14 02:03:53 asami Exp
#
@@ -11,7 +11,7 @@ MAINTAINER= hubertf@netbsd.org
GNU_CONFIGURE= yes
#USE_GMAKE= yes
-CONFIGURE_ARGS+= ${MACHINE_ARCH}--netbsd --with-pop --with-x --with-x-toolkit=lucid
+CONFIGURE_ARGS+= --with-pop --with-x --with-x-toolkit=lucid
OPSYS!= uname -s
MAKE_ENV+= INSTALL_STRIP=${STRIPFLAG} \
INSTALL_SCRIPT="${INSTALL_SCRIPT}"