From 5262dfd168cfec365d35f7d31511a0fc1cdadf99 Mon Sep 17 00:00:00 2001 From: dbj Date: Wed, 12 Nov 2003 19:47:54 +0000 Subject: [PATCH] add --with-included-gettext to CONFIGURE_ARGS since it was trying to use the native -lintl but not adding it to LIBS --- tools/gettext/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tools/gettext/Makefile b/tools/gettext/Makefile index eb46e26d6eb8..975277f84595 100644 --- a/tools/gettext/Makefile +++ b/tools/gettext/Makefile @@ -1,10 +1,11 @@ -# $NetBSD: Makefile,v 1.3 2003/07/10 10:34:42 lukem Exp $ +# $NetBSD: Makefile,v 1.4 2003/11/12 19:47:54 dbj Exp $ .include MODULE= gettext -CONFIGURE_ARGS= --program-transform-name="s,^,${_TOOL_PREFIX}," +CONFIGURE_ARGS= --program-transform-name="s,^,${_TOOL_PREFIX}," \ + --with-included-gettext MAKE_ARGS= MAKEINFO=${TOOL_MAKEINFO:Q} .include "${.CURDIR}/../Makefile.gnuhost"