aboutsummaryrefslogtreecommitdiff
path: root/math/labplot/files/patch-src_backend_gsl_parser.tab.c
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2017-04-10 08:43:16 +0000
committerTobias C. Berner <tcberner@FreeBSD.org>2017-04-10 08:43:16 +0000
commit07f7f5c5d451b446685d62bd9f0812a4f4f602be (patch)
tree2f22eaf425baa052b766025fe3f8bce7905d42d5 /math/labplot/files/patch-src_backend_gsl_parser.tab.c
parentb397e2b5a56cf4d513d42858c606795151e876c8 (diff)
Notes
Diffstat (limited to 'math/labplot/files/patch-src_backend_gsl_parser.tab.c')
-rw-r--r--math/labplot/files/patch-src_backend_gsl_parser.tab.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/math/labplot/files/patch-src_backend_gsl_parser.tab.c b/math/labplot/files/patch-src_backend_gsl_parser.tab.c
new file mode 100644
index 000000000000..7ebbb31feb20
--- /dev/null
+++ b/math/labplot/files/patch-src_backend_gsl_parser.tab.c
@@ -0,0 +1,13 @@
+The function strtod_l is defined in xlocale.h .
+
+--- src/backend/gsl/parser.tab.c.orig 2017-04-04 13:04:15 UTC
++++ src/backend/gsl/parser.tab.c
+@@ -65,7 +65,7 @@
+ /* Line 371 of yacc.c */
+ #line 3 "parser.y"
+
+-#include <locale.h>
++#include <xlocale.h>
+ #include "parser.h"
+
+ /* Line 371 of yacc.c */