openbsd-ports/devel/gettext/patches/patch-gettext-tools_tests_lang-objc
naddy 382931c0ad Update to 0.17.
The major new functionality in this release is colorization support
in the message catalog tools.
ok brad@
2008-06-13 04:56:33 +00:00

13 lines
863 B
Plaintext

$OpenBSD: patch-gettext-tools_tests_lang-objc,v 1.1 2008/06/13 04:56:34 naddy Exp $
--- gettext-tools/tests/lang-objc.orig Tue May 15 00:48:49 2007
+++ gettext-tools/tests/lang-objc Mon Jun 2 22:58:10 2008
@@ -65,7 +65,7 @@ tmpfiles="$tmpfiles prog.${OBJEXT} prog${EXEEXT}"
# Put the -I flags before ${CFLAGS} ${CPPFLAGS}, to make sure that libintl.h
# is found in the build directory, regardless of -I options present in
# ${CFLAGS} or ${CPPFLAGS}.
-${LIBTOOL} --quiet --mode=link ${CC} -I.. -I$top_srcdir/gnulib-lib ../gnulib-lib/libgettextlib.la -I../intl ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} -o prog prog.m ${LTLIBINTL} \
+${LIBTOOL} --quiet --mode=link ${CC} -I.. -I$top_srcdir/gnulib-lib ../gnulib-lib/libgettextlib.la -I../intl ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} -o prog prog.m ${LTLIBINTL} -lncurses \
|| exit 1
tmpfiles="$tmpfiles prog.tmp prog.pot"