ports/math/labplot/files/patch-src_backend_gsl_parser.tab.c
Tobias C. Berner ac186a5823 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
2017-04-04 19:26:57 +00:00

13 lines
304 B
C

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 */