summaryrefslogtreecommitdiff
path: root/finance/gnucash/patches
diff options
context:
space:
mode:
authoruebayasi <uebayasi>2003-05-19 03:03:34 +0000
committeruebayasi <uebayasi>2003-05-19 03:03:34 +0000
commitb1b2763b44b366e4a633321293b685841e3424e1 (patch)
tree76e5619e2df0580522a7a7318df5a3b95c88b66b /finance/gnucash/patches
parent23a17d6b23198773ce0f0c0998ed8db6ac5bbc8f (diff)
downloadpkgsrc-b1b2763b44b366e4a633321293b685841e3424e1.tar.gz
Put back a mistakenly removed fix in ${WRKSRC}/configure for Gtkhtml
detection.
Diffstat (limited to 'finance/gnucash/patches')
-rw-r--r--finance/gnucash/patches/patch-bb26
1 files changed, 23 insertions, 3 deletions
diff --git a/finance/gnucash/patches/patch-bb b/finance/gnucash/patches/patch-bb
index 5e2ccf053b7..44f62b3a6a5 100644
--- a/finance/gnucash/patches/patch-bb
+++ b/finance/gnucash/patches/patch-bb
@@ -1,7 +1,7 @@
-$NetBSD: patch-bb,v 1.3 2003/02/27 04:08:25 jschauma Exp $
+$NetBSD: patch-bb,v 1.4 2003/05/19 03:03:34 uebayasi Exp $
---- configure.orig Mon Feb 3 07:20:35 2003
-+++ configure Thu Feb 6 20:56:31 2003
+--- configure.orig Mon Feb 10 15:26:24 2003
++++ configure
@@ -4002,8 +4002,8 @@
INTLOBJS="\$(GETTOBJS)"
BUILD_INCLUDED_LIBINTL=yes
@@ -13,3 +13,23 @@ $NetBSD: patch-bb,v 1.3 2003/02/27 04:08:25 jschauma Exp $
LIBS=`echo " $LIBS " | sed -e 's/ -lintl / /' -e 's/^ //' -e 's/ $//'`
fi
+@@ -13113,8 +13113,8 @@
+
+ echo $ac_n "checking for gtkhtml < 1.1""... $ac_c" 1>&6
+ echo "configure:13116: 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 @@
+ 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 13131 "configure"
+ #include "confdefs.h"