diff options
author | marcus <marcus@FreeBSD.org> | 2002-11-12 03:10:10 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-11-12 03:10:10 +0000 |
commit | 9f78d63c8c4d96d1aab5704854e9e931334b7cff (patch) | |
tree | 1639898fe30c1baab24063a8e755917d275f33fa /finance/gnucash | |
parent | 3b4f073f1204accfb8b5043f60ab48ad676ce86c (diff) | |
download | FreeBSD-ports-9f78d63c8c4d96d1aab5704854e9e931334b7cff.zip FreeBSD-ports-9f78d63c8c4d96d1aab5704854e9e931334b7cff.tar.gz |
Fix build with the new gtkhtml.
Diffstat (limited to 'finance/gnucash')
-rw-r--r-- | finance/gnucash/files/patch-configure | 25 |
1 files changed, 20 insertions, 5 deletions
diff --git a/finance/gnucash/files/patch-configure b/finance/gnucash/files/patch-configure index 1171dc2..e8a6c57 100644 --- a/finance/gnucash/files/patch-configure +++ b/finance/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" |