blob: 30e21a82df99f1fce2b5909d1e03ceeeb6c4a3cb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
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
|