Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
0001-fix-build-failure-on-i686-with-gcc-14.patch | fix build failure on i686 with gcc 14 CairoSurface.xs creates a length variable as an unsigned long, then uses it as if it were STRLEN, which happens to be the same thing on most architectures, except not on i686 (32bit). gcc 14 considers this an error. |
Tom Callaway <spotrh> | yes | 2024-02-10 |