summaryrefslogtreecommitdiff
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-04 19:26:57 +0000
committerTobias C. Berner <tcberner@FreeBSD.org>2017-04-04 19:26:57 +0000
commitac186a582378d935e80b42cd1dd4773d4fa70adb (patch)
tree8a8d3dbe5555d8e76a89382b16672b1e869bf9ab /math/labplot/files/patch-src_backend_gsl_parser.tab.c
parentFix package with DOC option off (diff)
Update math/labplot to 2.3.0 and give maintainership to kde@
Reviewed by: rakuco Approved by: rakuco (mentor) Differential Revision: https://reviews.freebsd.org/D10178
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 */