From f53b3dad2fc76677319810944440f7058f375f63 Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Tue, 19 Mar 2013 18:40:56 +0100 Subject: added minor scinterm patches and cleaned up patch system * MinGW binaries are built from source bundles * patches are applied to the source bundle * so all necessary patches must be in the repository and distributed * use a leading number in patch names to ensure proper application order --- patches/035-scinterm-curses-header.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 patches/035-scinterm-curses-header.patch (limited to 'patches/035-scinterm-curses-header.patch') diff --git a/patches/035-scinterm-curses-header.patch b/patches/035-scinterm-curses-header.patch new file mode 100644 index 0000000..fbce286 --- /dev/null +++ b/patches/035-scinterm-curses-header.patch @@ -0,0 +1,11 @@ +--- a/scintilla/scinterm/ScintillaTerm.cxx 2013-03-19 18:32:55.511861027 +0100 ++++ b/scintilla/scinterm/ScintillaTerm.cxx 2013-03-19 18:33:05.747736822 +0100 +@@ -15,7 +15,7 @@ + #include + #include + +-#include ++#include + + #include "Platform.h" + -- cgit v1.2.3