Package: open-invaders / 0.3-3.2

Metadata

Package Version Patches format
open-invaders 0.3-3.2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
fix_ftbfs_gcc45.patch | (download)

/src/init.cc | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

---
fix_pmask_amd64.patch | (download)

headers/pmask.h | 6 5 + 1 - 0 !
1 file changed, 5 insertions(+), 1 deletion(-)

---
format security.patch | (download)

src/ending.cc | 40 20 + 20 - 0 !
1 file changed, 20 insertions(+), 20 deletions(-)

 fix -wformat-security warnings
do not use ALLEGRO_LINUX macro.patch | (download)

headers/declare.h | 2 1 + 1 - 0 !
src/collision.cc | 4 2 + 2 - 0 !
src/ending.cc | 2 1 + 1 - 0 !
src/init.cc | 12 6 + 6 - 0 !
src/input.cc | 4 2 + 2 - 0 !
src/interrupt.cc | 4 2 + 2 - 0 !
src/intro.cc | 4 2 + 2 - 0 !
7 files changed, 16 insertions(+), 16 deletions(-)

 don't use the allegro_linux macro
 This macro specifies if the Linux console mode is enabled,
 not if the platform is Linux. Use ALLEGRO_UNIX instead.