aboutsummaryrefslogtreecommitdiffstats
path: root/finance/gnucash/files
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2003-02-18 11:45:50 +0800
committermarcus <marcus@FreeBSD.org>2003-02-18 11:45:50 +0800
commita9ab2ee444f3236d41857f99fbb40339d858a189 (patch)
treea376d6b9ed538541f9b3da564733706f14c45db7 /finance/gnucash/files
parentfd788171bd76043fbfb45cfa2f25fec64161ba99 (diff)
downloadfreebsd-ports-gnome-a9ab2ee444f3236d41857f99fbb40339d858a189.tar.gz
freebsd-ports-gnome-a9ab2ee444f3236d41857f99fbb40339d858a189.tar.zst
freebsd-ports-gnome-a9ab2ee444f3236d41857f99fbb40339d858a189.zip
Add support for the gnucash-docs port.
PR: 48402 Submitted by: Glenn Johnson <glennpj@charter.net>
Diffstat (limited to 'finance/gnucash/files')
-rw-r--r--finance/gnucash/files/patch-configure16
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`