Commit 2624123c authored by Kwabena AB's avatar Kwabena AB

Add a couple more options that appear to make a difference on macs

parent 0a1d837a
...@@ -22,11 +22,14 @@ configure-options = ...@@ -22,11 +22,14 @@ configure-options =
--without-debug --without-debug
--without-gpm --without-gpm
--enable-rpath --enable-rpath
--with-build-cc=gcc --without-cxx
--with-build-cpp=g++ --without-cxx-binding
--with-build-cflags=-03 --without-progs
--with-cpp-flags="-L/usr/local/include/ncurses" --without-curses-h
--with-build-ldflags="-L/usr/local/lib" --enable-const
--enable-ext-colors
--enable-sigwinch
--enable-wgetch-events
# tricky way to rerun with --enable-widec # tricky way to rerun with --enable-widec
make-targets = make-targets =
install && (for i in curses unctrl eti form menu panel term; do ln -sf ncurses/$i.h @@LOCATION@@/include/$i.h; done; ln -sf libncurses.so @@LOCATION@@/lib/libcurses.so) && ./configure ${:configure-options} --enable-widec && make ${:make-options} && make ${:make-options} install install && (for i in curses unctrl eti form menu panel term; do ln -sf ncurses/$i.h @@LOCATION@@/include/$i.h; done; ln -sf libncurses.so @@LOCATION@@/lib/libcurses.so) && ./configure ${:configure-options} --enable-widec && make ${:make-options} && make ${:make-options} install
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment