summaryrefslogtreecommitdiff
path: root/finance/gnucash/patches/patch-bb
blob: 5e2ccf053b79ee5078f88134c682d4bea1797a6b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-bb,v 1.3 2003/02/27 04:08:25 jschauma Exp $

--- configure.orig	Mon Feb  3 07:20:35 2003
+++ configure	Thu Feb  6 20:56:31 2003
@@ -4002,8 +4002,8 @@
                 INTLOBJS="\$(GETTOBJS)"
         BUILD_INCLUDED_LIBINTL=yes
         USE_INCLUDED_LIBINTL=yes
-        LIBINTL="\${top_builddir}/intl/libintl.la $LIBICONV"
-        LTLIBINTL="\${top_builddir}/intl/libintl.la $LTLIBICONV"
+        LIBINTL="-lintl $LIBICONV"
+        LTLIBINTL="-lintl $LTLIBICONV"
         LIBS=`echo " $LIBS " | sed -e 's/ -lintl / /' -e 's/^ //' -e 's/ $//'`
       fi