summaryrefslogtreecommitdiff
path: root/finance/gnucash/patches
diff options
context:
space:
mode:
authorjlam <jlam>2006-04-04 06:13:11 +0000
committerjlam <jlam>2006-04-04 06:13:11 +0000
commit38f857c009d5a9653756d6717df23ad3e12ef077 (patch)
tree16752e76779c57574bb0dc32ab7678b30bbfb545 /finance/gnucash/patches
parent66fe3eb7986229b2e4e03e012bab4b2e5c49771c (diff)
downloadpkgsrc-38f857c009d5a9653756d6717df23ad3e12ef077.tar.gz
Force using the included guile-www distribution since we don't know
if the pkgsrc version will work. This fixes PLIST problems that depend on whether or not devel/guile-www is installed.
Diffstat (limited to 'finance/gnucash/patches')
-rw-r--r--finance/gnucash/patches/patch-bb13
1 files changed, 13 insertions, 0 deletions
diff --git a/finance/gnucash/patches/patch-bb b/finance/gnucash/patches/patch-bb
new file mode 100644
index 00000000000..235163c05b8
--- /dev/null
+++ b/finance/gnucash/patches/patch-bb
@@ -0,0 +1,13 @@
+$NetBSD: patch-bb,v 1.11 2006/04/04 06:13:12 jlam Exp $
+
+--- configure.orig 2006-04-01 01:28:08.000000000 -0500
++++ configure
+@@ -18768,7 +18768,7 @@ gnc_have_guile_www=no
+
+ echo "$as_me:$LINENO: checking if guile needs our copy of (guile www)" >&5
+ echo $ECHO_N "checking if guile needs our copy of (guile www)... $ECHO_C" >&6
+-if ${GUILE} -c "(use-modules (www main))" > /dev/null 2>&1
++if false && ${GUILE} -c "(use-modules (www main))" > /dev/null 2>&1
+ then
+ gnc_have_guile_www=yes
+ echo "$as_me:$LINENO: result: no" >&5