Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
0001-Fix-unix-paths-and-Makefile.patch | Fix unix paths and Makefile This patch fixes various path issues and the Makefile. It was created by merging all patches which existed before version 1.5-5. The original authors of those patches were Gürkan Sengün and jusTiCe8. Since version 1.5-5 the patch which added commandline options to supertransball2 is gone. It didn't work anyway. The Makefile has been further improved. Now supertransball2 doesn't link against libsdl_sound anymore which was superfluous. |
Markus Koschany <apo@debian.org> | no | 2012-11-01 | ||
hardening.patch | hardening Add hardening build flags to supertransball2. |
Markus Koschany <apo@debian.org> | no | 2015-09-06 | ||
gcc-6-convert-bool.patch | gcc-6 convert bool The current C++ standard only allows integer literals to be used as null pointer constants, so other constants such as false and (1 - 1) cannot be used where a null pointer is desired. Code that fails to compile with this error should be changed to use nullptr, or 0, or NULL. |
Markus Koschany <apo@debian.org> | no | 2016-07-07 |