summaryrefslogtreecommitdiff
path: root/deskutils/gnucash
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2002-11-12 03:10:10 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2002-11-12 03:10:10 +0000
commit9911298e4e2960ef2bb820c408110680c6852cd5 (patch)
tree91e677ab96a508697f7fb41f9fb5c3a8634e9a39 /deskutils/gnucash
parentThis file isn't needed anymore. (diff)
Fix build with the new gtkhtml.
Notes
Notes: svn path=/head/; revision=69937
Diffstat (limited to 'deskutils/gnucash')
-rw-r--r--deskutils/gnucash/files/patch-configure25
1 files changed, 20 insertions, 5 deletions
diff --git a/deskutils/gnucash/files/patch-configure b/deskutils/gnucash/files/patch-configure
index 1171dc23b07e..e8a6c574bf3a 100644
--- a/deskutils/gnucash/files/patch-configure
+++ b/deskutils/gnucash/files/patch-configure
@@ -1,8 +1,5 @@
-
-$FreeBSD$
-
---- configure.orig Thu Aug 15 08:18:45 2002
-+++ configure Sun Aug 18 09:35:54 2002
+--- configure.orig Wed Aug 21 23:07:06 2002
++++ configure Mon Nov 11 21:54:28 2002
@@ -5523,6 +5523,7 @@
# This can be used to rebuild libtool when needed
@@ -56,3 +53,21 @@ $FreeBSD$
{ echo "configure: error: Berkeley db library required for GnuCash" 1>&2; exit 1; }
fi
cat >> confdefs.h <<\EOF
+@@ -11329,14 +11330,14 @@
+
+ # check for gtkhtml and enable it via HAVE_LIBGTKHTML
+ # if found
+-echo $ac_n "checking for gtk_html_new in -lgtkhtml""... $ac_c" 1>&6
+-echo "configure:11334: checking for gtk_html_new in -lgtkhtml" >&5
++echo $ac_n "checking for gtk_html_new in -lgtkhtml-1.1""... $ac_c" 1>&6
++echo "configure:11334: checking for gtk_html_new in -lgtkhtml-1.1" >&5
+ ac_lib_var=`echo gtkhtml'_'gtk_html_new | sed 'y%./+-%__p_%'`
+ if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
+ echo $ac_n "(cached) $ac_c" 1>&6
+ else
+ ac_save_LIBS="$LIBS"
+-LIBS="-lgtkhtml $GTKHTML_LIBS $LIBS"
++LIBS="-lgtkhtml-1.1 $GTKHTML_LIBS $LIBS"
+ cat > conftest.$ac_ext <<EOF
+ #line 11342 "configure"
+ #include "confdefs.h"