diff options
Diffstat (limited to 'math/qalculate/files/extra-patch-FreeBSD4')
-rw-r--r-- | math/qalculate/files/extra-patch-FreeBSD4 | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/math/qalculate/files/extra-patch-FreeBSD4 b/math/qalculate/files/extra-patch-FreeBSD4 new file mode 100644 index 00000000000..a58aaaa1701 --- /dev/null +++ b/math/qalculate/files/extra-patch-FreeBSD4 @@ -0,0 +1,11 @@ +--- src/calclib/Calculator.cc.orig Sun Aug 29 17:22:28 2004 ++++ src/calclib/Calculator.cc Sun Aug 29 17:27:37 2004 +@@ -225,7 +225,7 @@ + + saved_locale = strdup(setlocale(LC_NUMERIC, NULL)); + struct lconv *lc = localeconv(); +- place_currency_code_before = lc->int_p_cs_precedes; ++ place_currency_code_before = lc->p_cs_precedes; + place_currency_sign_before = lc->p_cs_precedes; + setlocale(LC_NUMERIC, "C"); + ILLEGAL_IN_NAMES = DOT_S + RESERVED OPERATORS SPACES PARENTHESISS VECTOR_WRAPS; |