summaryrefslogtreecommitdiff
path: root/finance/gnucash/patches
diff options
context:
space:
mode:
authorwiz <wiz>2004-05-05 11:18:14 +0000
committerwiz <wiz>2004-05-05 11:18:14 +0000
commit459a6b6e22c099023051c82c6587787aa8d29924 (patch)
tree21c06ceb0678f6eac8fa959a983f73e4301d58ac /finance/gnucash/patches
parent8359f14ef700842f0074a8d93c975f43c68c964d (diff)
downloadpkgsrc-459a6b6e22c099023051c82c6587787aa8d29924.tar.gz
Fix scripts to run the correct guile interpreter.
Somehow broken through the bl3 update, sorry for that. Bump PKGREVISION to 6.
Diffstat (limited to 'finance/gnucash/patches')
-rw-r--r--finance/gnucash/patches/patch-ad13
1 files changed, 13 insertions, 0 deletions
diff --git a/finance/gnucash/patches/patch-ad b/finance/gnucash/patches/patch-ad
new file mode 100644
index 00000000000..1ac9f770600
--- /dev/null
+++ b/finance/gnucash/patches/patch-ad
@@ -0,0 +1,13 @@
+$NetBSD: patch-ad,v 1.5 2004/05/05 11:18:15 wiz Exp $
+
+--- src/bin/overrides/Makefile.in.orig 2003-11-18 07:16:55.000000000 +0100
++++ src/bin/overrides/Makefile.in
+@@ -381,7 +381,7 @@ maintainer-clean-generic clean mostlycle
+ guile: guile.in ${top_builddir}/config.status
+ rm -f $@.tmp
+ sed < $< > $@.tmp \
+- -e 's:@-GUILE-@:${GUILE}:'
++ -e 's:@-GUILE-@:${PREFIX}/${GUILE14_SUBDIR}/bin/guile:'
+ mv $@.tmp $@
+ chmod u+x $@
+