nixpkgs/pkgs/applications/audio/monkeys-audio
aszlig a5386213ad
monkeys-audio: Fix build against GCC 6.x
Regression introduced by 1ded0cb24c.

The package defines macros for min() and max(), but those macros are
undefined by the inclusion of stdlib.h since GCC 6.x, so we need to
change tho order of inclusions to include stdlib.h *before* NoWindows.h.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2017-08-25 14:05:12 +02:00
..
buildfix.diff monkeys-audio: Fix build against GCC 6.x 2017-08-25 14:05:12 +02:00
default.nix