nixpkgs/pkgs/tools/graphics/xcur2png
Sergei Trofimovich 5743cd8f61 xcur2png: fix gcc-14 build
Without the change the build against `gcc-14` fails as:

    $ nix build --impure --expr 'with import ./. {}; xcur2png.override { stdenv = gcc14Stdenv; }'
    ...
    xcur2png.c: In function 'saveConfAndPNGs':
    xcur2png.c:690:10: error: type defaults to 'int' in declaration of 'dry_run' [-Wimplicit-int-Wimplicit-int]
      690 |   extern dry_run;
          |          ^~~~~~~
2024-10-27 09:27:48 +00:00
..
default.nix xcur2png: fix gcc-14 build 2024-10-27 09:27:48 +00:00
malloc.diff