pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/finance/gnucash-devel/patches forgotten patch.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/04c710d2835d
branches:  trunk
changeset: 509719:04c710d2835d
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Mon Mar 13 21:23:54 2006 +0000

description:
forgotten patch.

diffstat:

 finance/gnucash-devel/patches/patch-ac |  20 ++++++++++++++++++++
 1 files changed, 20 insertions(+), 0 deletions(-)

diffs (24 lines):

diff -r 40ce6deefdb0 -r 04c710d2835d finance/gnucash-devel/patches/patch-ac
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/finance/gnucash-devel/patches/patch-ac    Mon Mar 13 21:23:54 2006 +0000
@@ -0,0 +1,20 @@
+$NetBSD: patch-ac,v 1.1 2006/03/13 21:23:54 joerg Exp $
+
+--- src/app-utils/gnc-exp-parser.c.orig        2006-03-07 05:08:14.000000000 +0000
++++ src/app-utils/gnc-exp-parser.c
+@@ -548,9 +548,15 @@ gnc_exp_parser_parse_separate_vars (cons
+ 
+   lc = gnc_localeconv ();
+ 
++#if defined(__DragonFly__)
++  pe = init_parser (vars, (char *)lc->mon_decimal_point, (char *)lc->mon_thousands_sep,
++                    trans_numeric, numeric_ops, negate_numeric, g_free,
++                    func_op);
++#else
+   pe = init_parser (vars, lc->mon_decimal_point, lc->mon_thousands_sep,
+                     trans_numeric, numeric_ops, negate_numeric, g_free,
+                     func_op);
++#endif
+ 
+   error_loc = parse_string (&result, expression, pe);
+ 



Home | Main Index | Thread Index | Old Index