382931c0ad
The major new functionality in this release is colorization support in the message catalog tools. ok brad@
13 lines
709 B
Plaintext
13 lines
709 B
Plaintext
$OpenBSD: patch-gettext-tools_tests_Makefile_in,v 1.3 2008/06/13 04:56:34 naddy Exp $
|
|
--- gettext-tools/tests/Makefile.in.orig Wed Nov 7 00:40:18 2007
|
|
+++ gettext-tools/tests/Makefile.in Mon Jun 2 22:58:10 2008
|
|
@@ -919,7 +919,7 @@ AM_CPPFLAGS = \
|
|
# INTL_MACOSX_LIBS is needed because the programs depend on libintl.la
|
|
# but libtool doesn't put -Wl,-framework options into .la files.
|
|
LDADD = $(LDADD_@USE_INCLUDED_LIBINTL@) @INTL_MACOSX_LIBS@
|
|
-LDADD_yes = ../intl/libintl.la @LTLIBTHREAD@
|
|
+LDADD_yes = ../intl/libintl.la @LTLIBICONV@ -lncurses @LTLIBTHREAD@
|
|
LDADD_no = ../intl/libgnuintl.la @LTLIBTHREAD@ @LTLIBINTL@
|
|
tstgettext_SOURCES = tstgettext.c setlocale.c
|
|
tstgettext_CFLAGS = -DINSTALLDIR=\".\"
|