diff options
author | tsarna <tsarna@pkgsrc.org> | 1999-03-03 20:45:35 +0000 |
---|---|---|
committer | tsarna <tsarna@pkgsrc.org> | 1999-03-03 20:45:35 +0000 |
commit | 9a15f658d4193082287c86c50e4067cf76777bc2 (patch) | |
tree | 5e0d8165ad3a31e153c5ac450e7e4b85124c62b6 /misc/gnucash | |
parent | 7a3414a7aa2578326857b3107c2647de8b8fa206 (diff) | |
download | pkgsrc-9a15f658d4193082287c86c50e4067cf76777bc2.tar.gz |
Fix bash problem. Still doesn't work on 1.3.x because it wants asprintf,
but I was annoyed that the bash thing was left unfixed for so long.
Diffstat (limited to 'misc/gnucash')
-rw-r--r-- | misc/gnucash/patches/patch-ab | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/misc/gnucash/patches/patch-ab b/misc/gnucash/patches/patch-ab new file mode 100644 index 00000000000..c3856b34018 --- /dev/null +++ b/misc/gnucash/patches/patch-ab @@ -0,0 +1,13 @@ +--- Makefile.init.orig Wed Mar 3 13:57:37 1999 ++++ Makefile.init Wed Mar 3 13:57:48 1999 +@@ -1,10 +1,6 @@ + # Generated automatically from Makefile.init.in by configure. + # -*-makefile-*- + +- +- +-export SHELL=/bin/bash +- + srcdir = . + + prefix=/usr/pkg |