diff options
| author | Tobias C. Berner <tcberner@FreeBSD.org> | 2017-04-04 19:26:57 +0000 | 
|---|---|---|
| committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2017-04-04 19:26:57 +0000 | 
| commit | ac186a582378d935e80b42cd1dd4773d4fa70adb (patch) | |
| tree | 8a8d3dbe5555d8e76a89382b16672b1e869bf9ab /math/labplot/files/patch-src_backend_gsl_parser.tab.c | |
| parent | Fix 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.c | 13 | 
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  */ | 
