summaryrefslogtreecommitdiff
path: root/debian/patches/0001-lexertl-Fix-FTBFS-with-gcc-8.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/0001-lexertl-Fix-FTBFS-with-gcc-8.patch')
-rw-r--r--debian/patches/0001-lexertl-Fix-FTBFS-with-gcc-8.patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/debian/patches/0001-lexertl-Fix-FTBFS-with-gcc-8.patch b/debian/patches/0001-lexertl-Fix-FTBFS-with-gcc-8.patch
new file mode 100644
index 0000000..31e6697
--- /dev/null
+++ b/debian/patches/0001-lexertl-Fix-FTBFS-with-gcc-8.patch
@@ -0,0 +1,20 @@
+From: Reinhard Tartler <siretart@tauware.de>
+Date: Tue, 22 May 2018 09:08:00 -0400
+Subject: lexertl: Fix FTBFS with gcc 8
+
+---
+ Puma/extern/lexertl/parser/tokeniser/re_tokeniser_state.hpp | 1 -
+ 1 file changed, 1 deletion(-)
+
+diff --git a/Puma/extern/lexertl/parser/tokeniser/re_tokeniser_state.hpp b/Puma/extern/lexertl/parser/tokeniser/re_tokeniser_state.hpp
+index 8434ef1..af58101 100644
+--- a/Puma/extern/lexertl/parser/tokeniser/re_tokeniser_state.hpp
++++ b/Puma/extern/lexertl/parser/tokeniser/re_tokeniser_state.hpp
+@@ -77,7 +77,6 @@ struct basic_re_tokeniser_state
+ _paren_count = rhs_._paren_count;
+ _in_string = rhs_._in_string;
+ _nl_id = rhs_._nl_id;
+- return this;
+ }
+
+ inline bool next(char_type &ch_)