diff options
author | tv <tv@pkgsrc.org> | 1998-07-10 17:57:47 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 1998-07-10 17:57:47 +0000 |
commit | ac9ee3842b5d94fd4bbac5540fdabe8a834d6b0d (patch) | |
tree | 254081c5764cc6e9c467c663d5b9fc332760686d /editors/emacs/Makefile | |
parent | 912bcd9e777131bbe5471c835b3f34148ae66f44 (diff) | |
download | pkgsrc-ac9ee3842b5d94fd4bbac5540fdabe8a834d6b0d.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/emacs/Makefile')
-rw-r--r-- | editors/emacs/Makefile | 4 |
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}" |