From 07f7f5c5d451b446685d62bd9f0812a4f4f602be Mon Sep 17 00:00:00 2001 From: "Tobias C. Berner" Date: Mon, 10 Apr 2017 08:43:16 +0000 Subject: MFH: r437749 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 Approved by: ports-secteam (junovitch), rakuco (mentor) --- math/labplot/files/patch-src_backend_gsl_parser.tab.c | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 math/labplot/files/patch-src_backend_gsl_parser.tab.c (limited to 'math/labplot/files/patch-src_backend_gsl_parser.tab.c') 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 ++#include + #include "parser.h" + + /* Line 371 of yacc.c */ -- cgit v1.3