diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2016-06-29 22:33:38 +0200 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2016-06-29 22:33:38 +0200 |
| commit | c61e4091d0d1bc9a3af2f11034f2c0716d302d99 (patch) | |
| tree | 0b5e9d3743f3873d4c56b6eef3c4c2af65f6e770 | |
| parent | 11d22b1ed9140542f95f4a05d3f412bfc0163565 (diff) | |
| parent | a80f21ffef16dc8065add264682313b2e8da73ea (diff) | |
| download | vis-c61e4091d0d1bc9a3af2f11034f2c0716d302d99.tar.gz vis-c61e4091d0d1bc9a3af2f11034f2c0716d302d99.tar.xz | |
Merge branch 'master' of https://github.com/aeosynth/vis
| -rw-r--r-- | GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile index 99a2f75..3727012 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -31,7 +31,7 @@ LIBLPEG_SHA1 = 64a0920c9243b624a277c987d2219b6c50c43971 LIBNCURSES_CONFIG = --disable-database --with-fallbacks=st,st-256color,xterm,xterm-256color,vt100 \ --with-shared --enable-widec --enable-ext-colors --with-termlib=tinfo \ - --without-ada --without-cxx --without-cxx-binding --without-manpages --without-progs \ + --without-ada --without-cxx --without-cxx-binding --without-manpages \ --without-tests --without-progs --without-debug --without-profile \ --without-cxx-shared --without-termlib --without--ticlib |
