aboutsummaryrefslogtreecommitdiffhomepage
path: root/patches/035-scinterm-curses-header.patch
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2013-03-19 18:40:56 +0100
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2013-03-19 18:49:40 +0100
commitf53b3dad2fc76677319810944440f7058f375f63 (patch)
treeb23b0a1dca333c7feb31256ba6b446c5afbb5b94 /patches/035-scinterm-curses-header.patch
parentd87857bdb0c1100b368d024df4d5b78deb0e8a7b (diff)
downloadsciteco-f53b3dad2fc76677319810944440f7058f375f63.tar.gz
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
Diffstat (limited to 'patches/035-scinterm-curses-header.patch')
-rw-r--r--patches/035-scinterm-curses-header.patch11
1 files changed, 11 insertions, 0 deletions
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 <vector>
+ #include <map>
+
+-#include <ncurses.h>
++#include <curses.h>
+
+ #include "Platform.h"
+