From a7ed7cd4e92b9f9e4a88244086d21cc18e37e088 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Sun, 23 Aug 2020 00:27:53 +0300 Subject: nvi: add new package at 1.81.6 --- editors/nvi/patches/nvi-19-include_term_h.patch | 28 +++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 editors/nvi/patches/nvi-19-include_term_h.patch (limited to 'editors/nvi/patches/nvi-19-include_term_h.patch') diff --git a/editors/nvi/patches/nvi-19-include_term_h.patch b/editors/nvi/patches/nvi-19-include_term_h.patch new file mode 100644 index 0000000..a4e4698 --- /dev/null +++ b/editors/nvi/patches/nvi-19-include_term_h.patch @@ -0,0 +1,28 @@ +#! /bin/sh /usr/share/dpatch/dpatch-run +## 19include_term_h.dpatch by +## +## DP: Add to the include list to suppress a few warnings. + +@DPATCH@ +diff -Naur nvi-1.81.6.orig/cl/cl_funcs.c nvi-1.81.6/cl/cl_funcs.c +--- nvi-1.81.6.orig/cl/cl_funcs.c 2007-11-18 17:41:42.000000000 +0100 ++++ nvi-1.81.6/cl/cl_funcs.c 2008-05-01 18:23:08.000000000 +0200 +@@ -18,6 +18,7 @@ + #include + + #include ++#include + #include + #include + #include +diff -Naur nvi-1.81.6.orig/cl/cl_screen.c nvi-1.81.6/cl/cl_screen.c +--- nvi-1.81.6.orig/cl/cl_screen.c 2007-11-18 17:41:42.000000000 +0100 ++++ nvi-1.81.6/cl/cl_screen.c 2008-05-01 18:23:02.000000000 +0200 +@@ -17,6 +17,7 @@ + #include + + #include ++#include + #include + #include + #include -- cgit v1.2.3