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:
parent
f26617b6f6
commit
5262dfd168
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user