382931c0ad
The major new functionality in this release is colorization support in the message catalog tools. ok brad@
13 lines
650 B
Plaintext
13 lines
650 B
Plaintext
$OpenBSD: patch-gettext-tools_libgettextpo_Makefile_in,v 1.2 2008/06/13 04:56:34 naddy Exp $
|
|
--- gettext-tools/libgettextpo/Makefile.in.orig Wed Nov 7 00:39:59 2007
|
|
+++ gettext-tools/libgettextpo/Makefile.in Mon Jun 2 22:58:10 2008
|
|
@@ -873,7 +873,7 @@ LTV_AGE = 4
|
|
libgettextpo_la_LIBADD = libgnu.la $(WOE32_LDADD)
|
|
libgettextpo_la_LDFLAGS = -version-info \
|
|
$(LTV_CURRENT):$(LTV_REVISION):$(LTV_AGE) -rpath $(libdir) \
|
|
- @LTLIBINTL@ @LTLIBICONV@ -lc @LTNOUNDEF@ $(am__append_2)
|
|
+ @LTNOUNDEF@ $(am__append_2)
|
|
@WOE32_FALSE@WOE32_LDADD =
|
|
@WOE32_TRUE@WOE32_LDADD = libgettextpo.res
|
|
libgnu_la_SOURCES = basename.h basename.c c-ctype.h c-ctype.c \
|