diff options
author | mjl <mjl@pkgsrc.org> | 2003-07-13 22:32:11 +0000 |
---|---|---|
committer | mjl <mjl@pkgsrc.org> | 2003-07-13 22:32:11 +0000 |
commit | 1000edf2ce796d1ef8f0c13dce4a665c7f7a166a (patch) | |
tree | a6141ec1592da2fd75746a2d611cfbff9f58874f /finance/gnucash/patches | |
parent | 5ec657e41ab4c89011cba3efcc68042936df7bb2 (diff) | |
download | pkgsrc-1000edf2ce796d1ef8f0c13dce4a665c7f7a166a.tar.gz |
Resurrect patch-bf (removes update-finance-quote, wants to update
perl module outside of pkgsrc).
Remove --preserve-dup-deps from libtool, compiles and links fine
w/o it. Prompted by comment from Ron Roskens.
Add RCS tag to patch.
Diffstat (limited to 'finance/gnucash/patches')
-rw-r--r-- | finance/gnucash/patches/patch-bb | 2 | ||||
-rw-r--r-- | finance/gnucash/patches/patch-bf | 13 |
2 files changed, 15 insertions, 0 deletions
diff --git a/finance/gnucash/patches/patch-bb b/finance/gnucash/patches/patch-bb index 57f11c6384a..952e2d17799 100644 --- a/finance/gnucash/patches/patch-bb +++ b/finance/gnucash/patches/patch-bb @@ -1,3 +1,5 @@ +$NetBSD: patch-bb,v 1.6 2003/07/13 22:32:12 mjl Exp $ + --- configure.orig 2003-05-26 05:52:33.000000000 +0200 +++ configure 2003-07-12 22:33:25.000000000 +0200 @@ -4002,8 +4002,8 @@ diff --git a/finance/gnucash/patches/patch-bf b/finance/gnucash/patches/patch-bf new file mode 100644 index 00000000000..e792cd4ea3b --- /dev/null +++ b/finance/gnucash/patches/patch-bf @@ -0,0 +1,13 @@ +$NetBSD: patch-bf,v 1.3 2003/07/13 22:32:12 mjl Exp $ + +--- src/quotes/Makefile.in.orig 2003-05-26 06:16:03.000000000 +0200 ++++ src/quotes/Makefile.in 2003-07-13 23:17:08.000000000 +0200 +@@ -231,7 +231,7 @@ + + gncsharedir = ${GNC_SHAREDIR} + +-bin_SCRIPTS = dump-finance-quote gnc-prices update-finance-quote ++bin_SCRIPTS = dump-finance-quote gnc-prices + gncshare_SCRIPTS = finance-quote-helper finance-quote-check + + EXTRA_DIST = \ |