Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-07-13 | Build: fix hardcoded pkg-config invocation | Julian Ospald | |
This fixes #89. | |||
2014-10-26 | Pass ncurses cflags to build | Johan Bergström | |
Fixes #25 Note from William Hubbs: The original patch overwrote CFLAGS. I modified this patch to add the ncurses cflags to CPPFLAGS instead of overwriting CFLAGS. | |||
2013-02-23 | build: use pkg-config to find ncurses libraries if it is available | William Hubbs | |
If ncurses was built with the --with-termlib switch enabled, tgoto, tgetent and tgetstr move to libtinfo. Fortunately, ncurses provides a pkg-config file which we can use if pkg-config is installed. If it is not, we still link to -lncurses for now, so pkg-config is not a hard requirement. Reported-by: jan.paesmans@gmail.com X-Gentoo-Bug: 455912 X-Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=455912 | |||
2011-02-04 | rework pam, ncurses and termcap include files | William Hubbs | |
This allows error checking inside the included files instead of either including the appropriate file or a blank file. Also the blank file named .mk gets removed by this change. | |||
2008-06-19 | Use CPPFLAGS so we work with -combine in CFLAGS. | Roy Marples | |
2008-01-10 | Allow for OS and SUBOS folders so we can introduce NetBSD scripts whilst ↵ | Roy Marples | |
keeping BSD for all BSD's. |