aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2015-07-11 13:06:18 +0200
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2015-07-11 13:06:18 +0200
commit11b5373a3951a9031592d3cdcd0c2d235b97189d (patch)
tree5d6cfc9f871749ebadaadbc6efbf91a4c1c603b0
parent624389e92fd4754df7fb1e909c5c1f9e2ff10910 (diff)
downloadsciteco-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
-rw-r--r--scintilla.am2
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.