Ticket #53929: Portfile.patch

File Portfile.patch, 368 bytes (added by stevecheckoway (Stephen Checkoway), 7 years ago)
  • Portfile

    old new  
    104104
    105105variant curses description {Use the curses text-only user interface} {
    106106    configure.args-replace --disable-curses --enable-curses
     107    configure.args-append --extra-cflags=-DNCURSES_WIDECHAR=1
    107108    depends_lib-append      port:ncurses
    108109}
    109110