summaryrefslogtreecommitdiff
path: root/finance/gnucash/patches
diff options
context:
space:
mode:
authorjdolecek <jdolecek>2004-10-23 09:26:09 +0000
committerjdolecek <jdolecek>2004-10-23 09:26:09 +0000
commit59b0753b1c2d1cf3bd719d8b54beb3146f6d1a0c (patch)
tree9e1d7ba5257b9bdf2d76cef67da3b185069ae82d /finance/gnucash/patches
parent4dfe1f53f057bee218a4e376e5d5e99acde59e1a (diff)
downloadpkgsrc-59b0753b1c2d1cf3bd719d8b54beb3146f6d1a0c.tar.gz
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
Diffstat (limited to 'finance/gnucash/patches')
-rw-r--r--finance/gnucash/patches/patch-bb35
1 files changed, 0 insertions, 35 deletions
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 <<EOF
- #line 13835 "configure"
- #include "confdefs.h"