asc: fix build for gcc47

wip/yesman
Vladimír Čunát 11 years ago
parent c78bad69e1
commit c3cefc669c
  1. 4
      pkgs/games/asc/default.nix

@ -10,6 +10,10 @@ stdenv.mkDerivation rec {
sha256 = "1r011l4gsliky6szjvda8xzyhkkc50ahrr7p14911v5ydar0w3hh";
};
configureFlags = [ "--disable-paragui" "--disable-paraguitest" ];
NIX_CFLAGS_COMPILE = "-fpermissive"; # I'm too lazy to catch all gcc47-related problems
buildInputs = [
SDL SDL_image SDL_mixer SDL_sound libsigcxx physfs boost expat freetype
libjpeg wxGTK lua perl pkgconfig zlib zip bzip2 libpng

Loading…
Cancel
Save