From 59b0753b1c2d1cf3bd719d8b54beb3146f6d1a0c Mon Sep 17 00:00:00 2001 From: jdolecek Date: Sat, 23 Oct 2004 09:26:09 +0000 Subject: let include libintl via gettext-lib; this makes the gnucash use native libintl/gettext if it's available g/c patch-bb - gnucash nowadays properly fallbacks to using gtkhtml-1.1 if 1.0 is not available, so the patch is not necessary bump PKGREVISION for these changes --- finance/gnucash/patches/patch-bb | 35 ----------------------------------- 1 file changed, 35 deletions(-) delete mode 100644 finance/gnucash/patches/patch-bb (limited to 'finance/gnucash/patches') diff --git a/finance/gnucash/patches/patch-bb b/finance/gnucash/patches/patch-bb deleted file mode 100644 index 4c7624f214a..00000000000 --- a/finance/gnucash/patches/patch-bb +++ /dev/null @@ -1,35 +0,0 @@ -$NetBSD: patch-bb,v 1.9 2004/10/05 23:20:53 mjl Exp $ - ---- configure.orig Sat Jul 17 22:35:57 2004 -+++ configure Sat Jul 17 22:38:06 2004 -@@ -4350,8 +4350,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 - -@@ -13807,8 +13807,8 @@ - - echo $ac_n "checking for gtkhtml < 1.1""... $ac_c" 1>&6 - echo "configure:13810: checking for gtkhtml < 1.1" >&5 -- GTKHTML_LIBS=`$GNOME_CONFIG --libs gtkhtml` -- GTKHTML_CFLAGS=`$GNOME_CONFIG --cflags gtkhtml` -+ GTKHTML_LIBS=`pkg-config --libs gtkhtml` -+ GTKHTML_CFLAGS=`pkg-config --cflags gtkhtml` - - GIVEN_CFLAGS=$GTKHTML_CFLAGS - INCLUDE_DIRS=`echo | cpp -v 2>&1` -@@ -13829,7 +13829,7 @@ - echo $ac_n "(cached) $ac_c" 1>&6 - else - ac_save_LIBS="$LIBS" --LIBS="-lgtkhtml $GTKHTML_LIBS $LIBS" -+LIBS="$GTKHTML_LIBS $LIBS" - cat > conftest.$ac_ext <