summaryrefslogtreecommitdiff
path: root/tools/gettext/Makefile
diff options
context:
space:
mode:
authordbj <dbj@NetBSD.org>2003-11-12 19:47:54 +0000
committerdbj <dbj@NetBSD.org>2003-11-12 19:47:54 +0000
commit5262dfd168cfec365d35f7d31511a0fc1cdadf99 (patch)
tree3a452e4790b5353960c6cc5820d81975af2bfc24 /tools/gettext/Makefile
parentf26617b6f68d6c456305b489c038d542e226aa49 (diff)
add --with-included-gettext to CONFIGURE_ARGS since it was
trying to use the native -lintl but not adding it to LIBS
Diffstat (limited to 'tools/gettext/Makefile')
-rw-r--r--tools/gettext/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/tools/gettext/Makefile b/tools/gettext/Makefile
index eb46e26d6eb..975277f8459 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 <bsd.own.mk>
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"