diff options
author | wiz <wiz@pkgsrc.org> | 2003-01-15 22:24:13 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-01-15 22:24:13 +0000 |
commit | 8c9df3009dec232077714eaf06bfe954cb0964e8 (patch) | |
tree | 5675c824d25c7a96ec8e3b24740f3da0631100c7 /finance/gnucash/patches | |
parent | 2123c2cf87fc646e19d9f9dffc914fb41eda7da4 (diff) | |
download | pkgsrc-8c9df3009dec232077714eaf06bfe954cb0964e8.tar.gz |
Fix detection of gtkhtml-1.1.
Diffstat (limited to 'finance/gnucash/patches')
-rw-r--r-- | finance/gnucash/patches/patch-bb | 28 |
1 files changed, 24 insertions, 4 deletions
diff --git a/finance/gnucash/patches/patch-bb b/finance/gnucash/patches/patch-bb index be379f3b6b3..f52d9eb7205 100644 --- a/finance/gnucash/patches/patch-bb +++ b/finance/gnucash/patches/patch-bb @@ -1,8 +1,8 @@ -$NetBSD: patch-bb,v 1.1 2002/08/23 11:52:53 mjl Exp $ +$NetBSD: patch-bb,v 1.2 2003/01/15 22:24:14 wiz Exp $ ---- configure.orig Mon Aug 19 01:12:59 2002 -+++ configure Mon Aug 19 01:14:05 2002 -@@ -10216,8 +10216,8 @@ +--- configure.orig Thu Aug 22 05:07:06 2002 ++++ configure +@@ -10216,8 +10216,8 @@ echo "$ac_t""$gt_cv_func_gnugettext1_lib INTLOBJS="\$(GETTOBJS)" BUILD_INCLUDED_LIBINTL=yes USE_INCLUDED_LIBINTL=yes @@ -13,3 +13,23 @@ $NetBSD: patch-bb,v 1.1 2002/08/23 11:52:53 mjl Exp $ LIBS=`echo " $LIBS " | sed -e 's/ -lintl / /' -e 's/^ //' -e 's/ $//'` fi +@@ -11286,8 +11286,8 @@ LIBS="$oLIBS" + + + ### -------------------------------------------------------------------------- +-GTKHTML_LIBS=`$GNOME_CONFIG --libs gtkhtml` +-GTKHTML_CFLAGS=`$GNOME_CONFIG --cflags gtkhtml` ++GTKHTML_LIBS=`pkg-config --libs gtkhtml-1.1` ++GTKHTML_CFLAGS=`pkg-config --cflags gtkhtml-1.1` + + echo $ac_n "checking for main in -lgal""... $ac_c" 1>&6 + echo "configure:11294: checking for main in -lgal" >&5 +@@ -11336,7 +11336,7 @@ if eval "test \"`echo '$''{'ac_cv_lib_$a + 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 11342 "configure" + #include "confdefs.h" |