Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tools/gettext Prevent the tools/gettext build from trying to...
details: https://anonhg.NetBSD.org/src/rev/d6f4e22dba18
branches: trunk
changeset: 785274:d6f4e22dba18
user: apb <apb%NetBSD.org@localhost>
date: Wed Mar 06 14:34:01 2013 +0000
description:
Prevent the tools/gettext build from trying to run emacs.
diffstat:
tools/gettext/Makefile | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 0df5e41e0327 -r d6f4e22dba18 tools/gettext/Makefile
--- a/tools/gettext/Makefile Wed Mar 06 13:36:50 2013 +0000
+++ b/tools/gettext/Makefile Wed Mar 06 14:34:01 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2009/02/10 19:50:47 joerg Exp $
+# $NetBSD: Makefile,v 1.6 2013/03/06 14:34:01 apb Exp $
.include <bsd.own.mk>
@@ -6,6 +6,7 @@
CONFIGURE_ARGS= --program-transform-name="s,^,${_TOOL_PREFIX}," \
--with-included-gettext --disable-csharp
+CONFIGURE_ENV+= EMACS=no
MAKE_ARGS= MAKEINFO=${TOOL_MAKEINFO:Q}
.include "${.CURDIR}/../Makefile.gnuhost"
Home |
Main Index |
Thread Index |
Old Index