Package: slrn / 1.0.3+dfsg-8
Metadata
Package | Version | Patches format |
---|---|---|
slrn | 1.0.3+dfsg-8 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
update paths.patch | (download) |
src/slrnfeat.hin |
6 4 + 2 - 0 ! |
--- |
do not link with termcap.patch | (download) |
src/Makefile.in |
2 1 + 1 - 0 ! |
<short summary of the patch> The configure script tries to run "ncurses5-config --terminfo", and if this does not succeed, uses a hardcoded list of terminfo directories which unfortunately does not include the directories /etc/terminfo and /lib/terminfo which we ship in ncurses-base. Failing to find a terminfo directory, it then concludes that the system must be using termcap and adds "-ltermcap" to the linker line which fails. . This patch fixes the problem by not linking with -ltermcap. |
fix c99 compatibility.patch | (download) |
autoconf/configure.ac |
3 3 + 0 - 0 ! |
[patch] autoconf: fix c99 compatibility issue in the va_copy checks The exit function is called without including <stdlib.h>, resulting in an implicit function declarations. Future compilers will not support implicit function declarations by default. This will lead to build failures. |
1