nixpkgs/pkgs/games/0verkill
Sergei Trofimovich e686d3e812 _0verkill: add -fcommon workaround for gcc-10
Without the change the build against upstream gcc-10 build fails as:

     ld: sprite.o:/build/0verkill/data.h:171: multiple definition of `obj_attr'; server.o:/build/0verkill/data.h:171: first defined here
     ld: sprite.o:/build/0verkill/data.h:142: multiple definition of `weapon_name'; server.o:/build/0verkill/data.h:142: first defined here

Use -fcommon as a workeround until upstream updates the code.
2022-05-12 08:03:32 +01:00
..
default.nix _0verkill: add -fcommon workaround for gcc-10 2022-05-12 08:03:32 +01:00