summaryrefslogtreecommitdiff
path: root/finance/gnucash/patches/patch-bb
diff options
context:
space:
mode:
Diffstat (limited to 'finance/gnucash/patches/patch-bb')
-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