0001-Build-Remove-ansi-build-argument.patchBuild: Remove -ansi build argument
0002-Build-Fix-char-vs.-const-char-arguments.patchBuild: Fix char* vs. const char* arguments
These arguments are of the wrong constness, which will trip our compiler.
0003-System-Make-sure-to-exit-the-loop-on-receiving-SDL_Q.patchSystem: Make sure to exit the loop on receiving SDL_QUIT
This is fixed in more modern adaptations, as can be seen here:
Since we work with the original source material, we better patch this ourselves.