summaryrefslogtreecommitdiff
path: root/finance/gnucash/patches/patch-bc
diff options
context:
space:
mode:
Diffstat (limited to 'finance/gnucash/patches/patch-bc')
-rw-r--r--finance/gnucash/patches/patch-bc13
1 files changed, 13 insertions, 0 deletions
diff --git a/finance/gnucash/patches/patch-bc b/finance/gnucash/patches/patch-bc
new file mode 100644
index 00000000000..fd02daef81c
--- /dev/null
+++ b/finance/gnucash/patches/patch-bc
@@ -0,0 +1,13 @@
+$NetBSD: patch-bc,v 1.1 2003/01/24 04:28:52 jlam Exp $
+
+--- src/guile/Makefile.in.orig Thu Jan 23 13:35:12 2003
++++ src/guile/Makefile.in
+@@ -577,7 +577,7 @@ maintainer-clean-generic clean mostlycle
+
+
+ gnc.h gnc.c gnc.html: gnc.gwp
+- FLAVOR=gnome guile -c \
++ FLAVOR=gnome ${GUILE} -c \
+ "(set! %load-path (cons \"${G_WRAP_MODULE_DIR}\" %load-path)) \
+ (primitive-load \"./gnc.gwp\") \
+ (gw:generate-module \"gnc\")"