diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2015-07-11 13:06:18 +0200 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2015-07-11 13:06:18 +0200 |
commit | 11b5373a3951a9031592d3cdcd0c2d235b97189d (patch) | |
tree | 5d6cfc9f871749ebadaadbc6efbf91a4c1c603b0 /scintilla.am | |
parent | 624389e92fd4754df7fb1e909c5c1f9e2ff10910 (diff) | |
download | sciteco-11b5373a3951a9031592d3cdcd0c2d235b97189d.tar.gz |
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
Diffstat (limited to 'scintilla.am')
-rw-r--r-- | scintilla.am | 2 |
1 files changed, 1 insertions, 1 deletions
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. |