Debian Patches
Status for libterm-slang-perl/0.07-15
Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
remaining-changes.patch | Remaining changes from non-source-format-3.0 package | no | ||||
slang2.patch | Update to slang2 | Joey Hess <joeyh@debian.org> | no | |||
gcc-14.patch | fix build failure with gcc 14. Starting with gcc 14, assignment to incompatible pointer types is fatal. This patch fixes/works around the following symptom while building Term::Slang: . Slang.xs:415:28: error: assignment to ‘SV *’ {aka ‘struct sv *’} from incompatible pointer type ‘Scroll_Line_Type *’ {aka ‘struct _Scroll_Line_Type *’} [-Wincompatible-pointer-types] 415 | sv = (Scroll_Line_Type*)SvPV( lines->sv_next, PL_na ); | ^ Slang.xs:420:28: error: assignment to ‘SV *’ {aka ‘struct sv *’} from incompatible pointer type ‘Scroll_Line_Type *’ {aka ‘struct _Scroll_Line_Type *’} [-Wincompatible-pointer-types] 420 | sv = (Scroll_Line_Type*)SvIV( lines->sv_prev ); | ^ |
Étienne Mollier <emollier@debian.org> | no | debian | 2024-07-21 |