summaryrefslogtreecommitdiff
path: root/debian/patches
diff options
context:
space:
mode:
authorTeus Benschop <teusjannette@gmail.com>2018-10-22 13:56:06 +0200
committerTeus Benschop <teusjannette@gmail.com>2018-10-22 13:56:06 +0200
commit0626211feab6baf5a4aa62c4a1a2783601798eed (patch)
treed95367824c7f4be45c1cfbc2df9a2602b55cbce3 /debian/patches
parent98ce4a7e4e3d4312fbe12fb51e8c8e4e3edeaf73 (diff)
path template-depth g++
Diffstat (limited to 'debian/patches')
-rw-r--r--debian/patches/template-depth32
1 files changed, 32 insertions, 0 deletions
diff --git a/debian/patches/template-depth b/debian/patches/template-depth
new file mode 100644
index 0000000..52280d6
--- /dev/null
+++ b/debian/patches/template-depth
@@ -0,0 +1,32 @@
+Description: <short summary of the patch>
+ Fix for running into template depth limit on g++
+ .
+ sword (1.7.4-1) unstable; urgency=medium
+ .
+ * New upstream version 1.7.4
+Author: Teus Benschop <teusjannette@gmail.com>
+
+---
+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: 2018-10-22
+
+--- sword-1.7.4.orig/configure.ac
++++ sword-1.7.4/configure.ac
+@@ -197,7 +197,7 @@ AM_CFLAGS="$AM_CFLAGS -D_ICUSWORD_"
+ fi
+
+
+-AM_CXXFLAGS="$AM_CXXFLAGS -ftemplate-depth-25"
++AM_CXXFLAGS="$AM_CXXFLAGS -ftemplate-depth-255"
+
+ if test x$enable_warnings = xyes; then
+ AM_CFLAGS="$AM_CFLAGS -Werror"