Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tools/gettext add --with-included-gettext to CONFIGURE_ARGS ...



details:   https://anonhg.NetBSD.org/src/rev/6df602307ca3
branches:  trunk
changeset: 555257:6df602307ca3
user:      dbj <dbj%NetBSD.org@localhost>
date:      Wed Nov 12 19:47:54 2003 +0000

description:
add --with-included-gettext to CONFIGURE_ARGS since it was
trying to use the native -lintl but not adding it to LIBS

diffstat:

 tools/gettext/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 12c0418fab70 -r 6df602307ca3 tools/gettext/Makefile
--- a/tools/gettext/Makefile    Wed Nov 12 19:44:33 2003 +0000
+++ b/tools/gettext/Makefile    Wed Nov 12 19:47:54 2003 +0000
@@ -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"



Home | Main Index | Thread Index | Old Index