blob: 843f7ed9352d63f252fc0916d0587fb5d4384ac1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
$NetBSD: patch-aa,v 1.11 2006/02/05 22:45:53 joerg Exp $
--- gettext-runtime/configure.orig 2006-02-03 14:56:53.000000000 +0000
+++ gettext-runtime/configure
@@ -31906,10 +31906,6 @@ echo "${ECHO_T}$gt_cv_func_gnugettext2_l
if test "$nls_cv_use_gnu_gettext" = "yes"; then
BUILD_INCLUDED_LIBINTL=yes
- USE_INCLUDED_LIBINTL=yes
- LIBINTL="\${top_builddir}/intl/libintl.la $LIBICONV"
- LTLIBINTL="\${top_builddir}/intl/libintl.la $LTLIBICONV"
- LIBS=`echo " $LIBS " | sed -e 's/ -lintl / /' -e 's/^ //' -e 's/ $//'`
fi
CATOBJEXT=
|