Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
1000-fix_narrowing_conversion.patch | Fix FTBFS with GCC 6: narrowing conversion | YunQiang Su <syq@debian.org> | no | debian | 2016-11-02 | |
1010-netmodel_cc_void_int.patch | Cast pointers to correct type. | YunQiang Su <wzssyqa@gmail.com> | no | 2011-11-27 | ||
1030-group_cc_void_int.patch | Cast pointers to correct type. | YunQiang Su <wzssyqa@gmail.com> | no | 2011-11-27 | ||
1040-lib_underlinkage.patch | Added missing lib to link, fixing FTBFS. Thanks to Daniel T. Chen. | no | debian | 2013-04-24 | ||
1050-gcc-14.patch | Added missing variable type to fix GCC 14 build problem. Solve this compiler error: nam/xwd.c: In function 'ReadColors': nam/xwd.c:139:1: error: type of 'tk' defaults to 'int' [-Wimplicit-int] 139 | ReadColors(tk,cmap,colors) | ^~~~~~~~~~ |
Petter Reinholdtsen <pere@debian.org> | no | debian | 2024-10-06 | |
1060-const-string-literals.patch | Fix incorrect constness of strings. Fixes this warning from the compiler: ISO C++ forbids converting a string constant to ‘char*’ [-Wwrite-strings] This ensure a strict separation between const and modifiable strings, and fix a few bugs avoiding delete with strings on the stack. |
Petter Reinholdtsen <pere@debian.org> | no | 2024-10-06 |