From 46599080236debda27263ea05d9293069e9ddb4f Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Fri, 5 Jul 2013 20:41:05 +0200 Subject: fixed INSTALL instructions and added patch for Scintilla v3.3.1 compatibility --- patches/040-scinterm-compat.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 patches/040-scinterm-compat.patch (limited to 'patches') diff --git a/patches/040-scinterm-compat.patch b/patches/040-scinterm-compat.patch new file mode 100644 index 0000000..30e21a8 --- /dev/null +++ b/patches/040-scinterm-compat.patch @@ -0,0 +1,13 @@ +Necessary for Scintilla 3.3.1 compatibility +(already fixed in Scinterm repository) +--- a/scintilla/scinterm/Makefile 2013-07-05 19:59:35.094018253 +0200 ++++ b/scintilla/scinterm/Makefile 2013-07-05 19:59:45.102018598 +0200 +@@ -5,7 +5,7 @@ + CXX = g++ + INCLUDEDIRS = -I ../include -I ../src -I ../lexlib + CXXFLAGS = -Wall -Wno-missing-braces -Wno-char-subscripts -Wno-long-long \ +- -pedantic -DNCURSES -DSCI_LEXER $(INCLUDEDIRS) ++ -pedantic -DNCURSES -DCURSES -DSCI_LEXER $(INCLUDEDIRS) + ifdef DEBUG + CXXFLAGS += -DDEBUG -g + else -- cgit v1.2.3