From 84e70a77043334578f31ed1a9a92ac097a2a5246 Mon Sep 17 00:00:00 2001 From: Ruben Schuller Date: Sun, 27 Oct 2013 00:27:57 -0500 Subject: network/netsurf: Updated for version 3.0. Signed-off-by: Robby Workman --- network/netsurf/nsgenbind-lexer.l.patch | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 network/netsurf/nsgenbind-lexer.l.patch (limited to 'network/netsurf/nsgenbind-lexer.l.patch') diff --git a/network/netsurf/nsgenbind-lexer.l.patch b/network/netsurf/nsgenbind-lexer.l.patch new file mode 100644 index 0000000000000..17165fb3acbd2 --- /dev/null +++ b/network/netsurf/nsgenbind-lexer.l.patch @@ -0,0 +1,18 @@ +index b257c83..8189a72 100644 +--- a/src/nsgenbind-lexer.l ++++ b/src/nsgenbind-lexer.l +@@ -19,6 +19,16 @@ + yylloc->first_column = yylloc->last_column + 1; \ + yylloc->last_column += yyleng; + ++ ++/* Ensure compatability with bison 2.6 and later */ ++#if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED && defined NSGENBIND_STYPE_IS_DECLARED ++#define YYSTYPE NSGENBIND_STYPE ++#endif ++ ++#if ! defined YYLTYPE && ! defined YYLTYPE_IS_DECLARED && defined NSGENBIND_LTYPE_IS_DECLARED ++#define YYLTYPE NSGENBIND_LTYPE ++#endif ++ + %} -- cgit v1.2.3