3cdce3653c
Submitted by Xavier Santolaria <xavier@santolaria.net>. PornView is an image/movie file viewer.
28 lines
917 B
Plaintext
28 lines
917 B
Plaintext
$OpenBSD: patch-configure,v 1.1.1.1 2003/07/04 20:52:20 naddy Exp $
|
|
--- configure.orig Sat Jan 4 13:53:14 2003
|
|
+++ configure Thu Jul 3 20:59:26 2003
|
|
@@ -10478,10 +10478,10 @@ echo "$ac_t""$gt_cv_func_gnugettext1_lib
|
|
|
|
if test "$nls_cv_use_gnu_gettext" = "yes"; then
|
|
INTLOBJS="\$(GETTOBJS)"
|
|
- BUILD_INCLUDED_LIBINTL=yes
|
|
- USE_INCLUDED_LIBINTL=yes
|
|
- LIBINTL="\${top_builddir}/intl/libintl.a $LIBICONV"
|
|
- LTLIBINTL="\${top_builddir}/intl/libintl.a $LTLIBICONV"
|
|
+ BUILD_INCLUDED_LIBINTL=no
|
|
+ USE_INCLUDED_LIBINTL=no
|
|
+ LIBINTL="-lintl $LIBICONV"
|
|
+ LTLIBINTL="-lintl $LTLIBICONV"
|
|
LIBS=`echo " $LIBS " | sed -e 's/ -lintl / /' -e 's/^ //' -e 's/ $//'`
|
|
fi
|
|
|
|
@@ -10549,7 +10549,7 @@ EOF
|
|
|
|
|
|
if test "$PACKAGE" = gettext; then
|
|
- BUILD_INCLUDED_LIBINTL=yes
|
|
+ BUILD_INCLUDED_LIBINTL=no
|
|
fi
|
|
|
|
|