Package: squishyball / 0.1~svn19085-5

Metadata

Package Version Patches format
squishyball 0.1~svn19085-5 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
stop_defining_mandir | (download)

Makefile.am | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 don't define mandir in makefile
define_path_max | (download)

tty.c | 4 4 + 0 - 0 !
1 file changed, 4 insertions(+)

 define path_max if undefined
 We're (ab)using PATH_MAX as an upper-bound on a string buffer size,
 but it isn't defined on all platforms (notably HURD). For those
 platforms just defined a reasonably high number.
fix_xxy | (download)

main.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix x/x/y test logic
ncurses_internals | (download)

mincurses.c | 3 3 + 0 - 0 !
1 file changed, 3 insertions(+)

 define ncurses_internals in mincurses.c
 The mincurses component of squishyball depends upon ncurses internal
 definitions which were exposed in older versions of ncurses but are
 no longer since at least 20170318. Defining NCURSES_INTERNALS (for now)
 causes ncurses to expose the necessary structure.