add --with-included-gettext to CONFIGURE_ARGS since it was

trying to use the native -lintl but not adding it to LIBS
This commit is contained in:
dbj 2003-11-12 19:47:54 +00:00
parent f26617b6f6
commit 5262dfd168

View File

@ -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> .include <bsd.own.mk>
MODULE= gettext 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} MAKE_ARGS= MAKEINFO=${TOOL_MAKEINFO:Q}
.include "${.CURDIR}/../Makefile.gnuhost" .include "${.CURDIR}/../Makefile.gnuhost"