opnsense-ports/math/labplot/files/patch-src_backend_gsl_parser.y
Franco Fichtner f3ce70437b */*: sync with upstream
Taken from: FreeBSD
2017-04-05 21:24:33 +02:00

13 lines
254 B
Text

The function strtod_l is defined in xlocale.h .
--- src/backend/gsl/parser.y.orig 2017-03-29 08:51:19 UTC
+++ src/backend/gsl/parser.y
@@ -1,7 +1,7 @@
/* LabPlot : parser.y */
%{
-#include <locale.h>
+#include <xlocale.h>
#include "parser.h"
%}