aboutsummaryrefslogtreecommitdiffhomepage
path: root/patches/030-scinterm-crosscompile.patch
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2014-02-16 13:35:40 +0100
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2014-02-16 13:35:40 +0100
commitba22b1a307988fd493fc682daff20eee4c325451 (patch)
tree7c2e482a07c8c8c0444ae8f0fa4757f3da50acfc /patches/030-scinterm-crosscompile.patch
parent4ae59fd5cdcaba4d050e86d02c38dddacba2fc80 (diff)
downloadsciteco-ba22b1a307988fd493fc682daff20eee4c325451.tar.gz
updated minimum required Scintilla version to v3.3.7 / Scinterm v1.2
* allows us to remove most patches. One however is still necessary (Scinterm Makefile bug!) * TECO-style control code echoing is now set up using the SCI_SETREPRESENTATION message * updated copyrights * updated TODO
Diffstat (limited to 'patches/030-scinterm-crosscompile.patch')
-rw-r--r--patches/030-scinterm-crosscompile.patch19
1 files changed, 0 insertions, 19 deletions
diff --git a/patches/030-scinterm-crosscompile.patch b/patches/030-scinterm-crosscompile.patch
deleted file mode 100644
index e4bcd46..0000000
--- a/patches/030-scinterm-crosscompile.patch
+++ /dev/null
@@ -1,19 +0,0 @@
---- a/scintilla/scinterm/Makefile 2013-02-18 20:41:07.357813654 +0100
-+++ b/scintilla/scinterm/Makefile 2013-02-18 20:42:31.535828138 +0100
-@@ -2,6 +2,7 @@
-
- .SUFFIXES: .cxx .c .o .h .a
-
-+AR = ar
- CXX = g++
- INCLUDEDIRS = -I ../include -I ../src -I ../lexlib
- CXXFLAGS = -Wall -Wno-missing-braces -Wno-char-subscripts -Wno-long-long \
-@@ -30,7 +31,7 @@
- CharacterSet.o LexerBase.o LexerModule.o LexerNoExceptions.o \
- LexerSimple.o PropSetSimple.o StyleContext.o WordList.o \
- $(lexers) ScintillaTerm.o
-- ar rc $@ $^
-+ $(AR) rc $@ $^
- touch $@
- clean:
- rm -f *.o $(scintilla)