blackshadeselite: fix build in gcc 4.6

I simply added '-fpermissive', and it went on.
This commit is contained in:
Lluís Batlle i Rossell 2012-07-02 21:40:14 +02:00
parent 40b91ced40
commit bda2b3ca5a

View file

@ -9,6 +9,7 @@ stdenv.mkDerivation rec {
};
NIX_LDFLAGS = "-lSDL_image";
NIX_CFLAGS_COMPILE = "-fpermissive";
buildInputs = [ SDL SDL_image mesa openal libvorbis freealut popt ];