From 48e9eac250aad88f88e5cca27aff9aff2c9f5f01 Mon Sep 17 00:00:00 2001 From: mjl Date: Sat, 12 Jul 2003 23:03:39 +0000 Subject: Update gnucash to 1.8.4. Features updated translations and several pages of improvements and bug fixes. This version is much more stable and usable than 1.8.1. --- finance/gnucash/patches/patch-bb | 20 +++++++++----------- finance/gnucash/patches/patch-bd | 22 ---------------------- finance/gnucash/patches/patch-bf | 13 ------------- 3 files changed, 9 insertions(+), 46 deletions(-) delete mode 100644 finance/gnucash/patches/patch-bd delete mode 100644 finance/gnucash/patches/patch-bf (limited to 'finance/gnucash/patches') diff --git a/finance/gnucash/patches/patch-bb b/finance/gnucash/patches/patch-bb index 44f62b3a6a5..57f11c6384a 100644 --- a/finance/gnucash/patches/patch-bb +++ b/finance/gnucash/patches/patch-bb @@ -1,7 +1,5 @@ -$NetBSD: patch-bb,v 1.4 2003/05/19 03:03:34 uebayasi Exp $ - ---- configure.orig Mon Feb 10 15:26:24 2003 -+++ configure +--- configure.orig 2003-05-26 05:52:33.000000000 +0200 ++++ configure 2003-07-12 22:33:25.000000000 +0200 @@ -4002,8 +4002,8 @@ INTLOBJS="\$(GETTOBJS)" BUILD_INCLUDED_LIBINTL=yes @@ -13,23 +11,23 @@ $NetBSD: patch-bb,v 1.4 2003/05/19 03:03:34 uebayasi Exp $ LIBS=`echo " $LIBS " | sed -e 's/ -lintl / /' -e 's/^ //' -e 's/ $//'` fi -@@ -13113,8 +13113,8 @@ +@@ -13168,8 +13168,8 @@ echo $ac_n "checking for gtkhtml < 1.1""... $ac_c" 1>&6 - echo "configure:13116: checking for gtkhtml < 1.1" >&5 + echo "configure:13171: 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` - if test "x$GTKHTML_LIBS" != x; then - # check for gtkhtml and enable it via HAVE_LIBGTKHTML - # if found -@@ -13125,7 +13125,7 @@ + + GIVEN_CFLAGS=$GTKHTML_CFLAGS + INCLUDE_DIRS=`echo | cpp -v 2>&1` +@@ -13190,7 +13190,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 <