Edit

IABSD.fr/ports/games/garden/patches

Branch :

  • Show log

    Commit

  • Author : naddy
    Date : 2022-03-11 19:04:03
    Hash : 9433d2a3
    Message : drop RCS Ids

  • patch-src_main_c
  • Fix build with -fno-common. From FreeBSD.
    
    Index: src/main.c
    --- src/main.c.orig
    +++ src/main.c
    @@ -55,7 +55,7 @@ struct enemystruct enemy [NO_ENEMIES];
     struct ebulletstruct ebullet [NO_EBULLETS];
     struct pbulletstruct pbullet [NO_PBULLETS];
     struct arenastruct arena;
    -struct eclassstruct eclass [NO_ENEMY_TYPES];
    +extern struct eclassstruct eclass [NO_ENEMY_TYPES];
     struct cloudstruct cloud [NO_CLOUDS];
     struct bossstruct boss;