Table of Contents
PortLog: sys-libs/slang
version 2.1.3
| R5 | untested |
| BONE | untested |
| Haiku | stable |
dependencies: sys-libs/ncurses
Builds ok on Haiku, using a BeOS config.guess, Used ./configure --prefix=/boot/home/config Then need to modify includes for sldisplay.c and slutty.c from <net/socket.h> to <sys/select.h> And remove -lm from several Makefiles, and -lc in the src Makefile, and -ltermcap in a couple of Makefiles. After you get make to finish then run make install
TODO: Better document where all the -lm, -lc and -ltermcap changes need to be made.