From 2b78636c61184f9bcc5f8907c26a83da4e39f0c1 Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Thu, 24 Jan 2013 02:53:05 +0100 Subject: Added SciTECO port builds Scintilla and Scinterm as part of the package. * currently there appears to be a bug - the cursor doesn't show up at the end of lines * also it doesn't work very well on monochrome displays --- sciteco/patches/0001-scinterm-build.patch | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 sciteco/patches/0001-scinterm-build.patch (limited to 'sciteco/patches/0001-scinterm-build.patch') diff --git a/sciteco/patches/0001-scinterm-build.patch b/sciteco/patches/0001-scinterm-build.patch new file mode 100644 index 0000000..948e504 --- /dev/null +++ b/sciteco/patches/0001-scinterm-build.patch @@ -0,0 +1,22 @@ +--- a/scintilla/scinterm/Makefile 2012-12-11 01:26:02.000000000 +0100 ++++ b/scintilla/scinterm/Makefile 2013-01-24 01:30:55.806042954 +0100 +@@ -4,8 +4,8 @@ + + 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) ++CXXFLAGS += -Wall -Wno-missing-braces -Wno-char-subscripts -Wno-long-long \ ++ -pedantic -DNCURSES -DSCI_LEXER $(INCLUDEDIRS) + ifdef DEBUG + CXXFLAGS += -DDEBUG -g + else +@@ -30,7 +30,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) -- cgit v1.2.3