forked from mirrors/nixpkgs
blackshadeselite: fix build in gcc 4.6
I simply added '-fpermissive', and it went on.
This commit is contained in:
parent
40b91ced40
commit
bda2b3ca5a
|
@ -9,6 +9,7 @@ stdenv.mkDerivation rec {
|
|||
};
|
||||
|
||||
NIX_LDFLAGS = "-lSDL_image";
|
||||
NIX_CFLAGS_COMPILE = "-fpermissive";
|
||||
|
||||
buildInputs = [ SDL SDL_image mesa openal libvorbis freealut popt ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue