From 11b5373a3951a9031592d3cdcd0c2d235b97189d Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Sat, 11 Jul 2015 13:06:18 +0200 Subject: fixed Scintilla/Scinterm build process the CURSES_CFLAGS variable from my patches has been renamed to CURSES_FLAGS in the upstream commits, so this was broken in SciTECO since 3770ea2e --- scintilla.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scintilla.am b/scintilla.am index 481bcc6..6272af3 100644 --- a/scintilla.am +++ b/scintilla.am @@ -7,7 +7,7 @@ MAKE_SCINTILLA = $(MAKE) -C @SCINTILLA_PATH@/gtk \ CONFIGFLAGS='@LIBGTK_CFLAGS@' else MAKE_SCINTILLA = $(MAKE) -C @SCINTERM_PATH@ \ - CURSES_CFLAGS='@PDCURSES_CFLAGS@ @XCURSES_CFLAGS@ @NCURSES_CFLAGS@' + CURSES_FLAGS='@PDCURSES_CFLAGS@ @XCURSES_CFLAGS@ @NCURSES_CFLAGS@' endif # Pass toolchain configuration to Scintilla. -- cgit v1.2.3