Description: Disable Werror
Author: Peter Michael Green <plugwash@debian.org>
Bug-Debian: https://bugs.debian.org/878496

---
The information above should follow the Patch Tagging Guidelines, please
checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
are templates for supplementary fields that you might want to add:

Origin: <vendor|upstream|other>, <url of original patch>
Bug: <url in upstream bugtracker>
Bug-Debian: https://bugs.debian.org/<bugnumber>
Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
Forwarded: <no|not-needed|url proving that it has been forwarded>
Reviewed-By: <name and email of someone who approved the patch>
Last-Update: 2017-11-02

--- python-escript-5.0.orig/scons/templates/sid_options.py
+++ python-escript-5.0/scons/templates/sid_options.py
@@ -63,6 +63,9 @@ boost_libs = [p2name[3:-3]]
 boost_py2_libs = [p2name[3:-3]]
 boost_py3_libs = [p3name[3:-3]]
 
+# Disable Werror
+werror = False
+
 from site_init import getdebbuildflags
 # Now we add the debian build flags
 debstuff = getdebbuildflags()
