CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2020/02/04 15:54:09
Modified files:
games/frozen-bubble: Makefile
Added files:
games/frozen-bubble/patches: patch-c_stuff_fb_c_stuff_xs
patch-c_stuff_lib_FBLE_pm
patch-frozen-bubble
Log message:
Add various fixes to frozen-bubble:
- allow building with base-clang (from gkoehler@, thanks!)
- remove BROKEN-{amd64,i386} after gkoehler@'s p5-SDL fix
- replace various use of my() in false conditionals, it's fatal
with Perl 5.30
- deinterlace some PNGs to silence some libpng warnings
OK gkoehler@ afresh1@ (who tested on sparc64 and i386)