diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-02-18 03:45:50 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-02-18 03:45:50 +0000 |
commit | 8fc3be91f1da56fa7dbad4faf3000438c2489a29 (patch) | |
tree | df221547188ce624358ca60b202e759a55ea0197 /finance/gnucash/files/patch-configure | |
parent | Add gnucash-docs, the documentation for GnuCash. (diff) |
Add support for the gnucash-docs port.
PR: 48402
Submitted by: Glenn Johnson <glennpj@charter.net>
Diffstat (limited to 'finance/gnucash/files/patch-configure')
-rw-r--r-- | finance/gnucash/files/patch-configure | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/finance/gnucash/files/patch-configure b/finance/gnucash/files/patch-configure index e2f06e615c1b..2606f32be35e 100644 --- a/finance/gnucash/files/patch-configure +++ b/finance/gnucash/files/patch-configure @@ -1,5 +1,8 @@ ---- configure.orig Mon Feb 10 01:26:24 2003 -+++ configure Fri Feb 14 13:11:41 2003 + +$FreeBSD$ + +--- configure.orig Mon Feb 10 00:26:24 2003 ++++ configure Mon Feb 17 17:54:58 2003 @@ -3535,10 +3535,10 @@ #include "confdefs.h" #include <libintl.h> @@ -49,6 +52,15 @@ ; return 0; } EOF if { (eval echo configure:3967: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +@@ -11328,7 +11328,7 @@ + withval="$with_help_prefix" + GNC_HELPDIR="$with_help_prefix/gnome/help/gnucash" + else +- GNC_HELPDIR="\${datadir}/gnome/help/gnucash" ++ GNC_HELPDIR="\${datadir}/help/gnucash" + fi + + @@ -13115,7 +13115,7 @@ echo "configure:13116: checking for gtkhtml < 1.1" >&5 GTKHTML_LIBS=`$GNOME_CONFIG --libs gtkhtml` |