summaryrefslogtreecommitdiffstats
path: root/office/teapot/fix_mbslen_warning.diff
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2020-11-22 02:49:52 -0500
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2020-11-29 01:03:00 +0700
commit1a26745daba1cc03ad1acf9c136b69bb880551ea (patch)
treefa35b989b69df91b23fbd5403a00621d46696542 /office/teapot/fix_mbslen_warning.diff
parentef06c56c1f21401ed6848a2093d87059fbe73567 (diff)
downloadslackbuilds-1a26745daba1cc03ad1acf9c136b69bb880551ea.tar.gz
slackbuilds-1a26745daba1cc03ad1acf9c136b69bb880551ea.tar.xz
office/teapot: Add missing diffs.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office/teapot/fix_mbslen_warning.diff')
-rw-r--r--office/teapot/fix_mbslen_warning.diff11
1 files changed, 11 insertions, 0 deletions
diff --git a/office/teapot/fix_mbslen_warning.diff b/office/teapot/fix_mbslen_warning.diff
new file mode 100644
index 0000000000..47b3539b8c
--- /dev/null
+++ b/office/teapot/fix_mbslen_warning.diff
@@ -0,0 +1,11 @@
+diff -Naur teapot-2.3.0/scanner.c teapot-2.3.0.patched/scanner.c
+--- teapot-2.3.0/scanner.c 2012-02-06 06:30:53.000000000 -0500
++++ teapot-2.3.0.patched/scanner.c 2020-11-19 00:24:24.289622714 -0500
+@@ -25,6 +25,7 @@
+ #include "main.h"
+ #include "misc.h"
+ #include "scanner.h"
++#include "utf8.h"
+ /*}}}*/
+
+ /* identcode -- return number of identifier */ /*{{{*/