blackshadeselite: fix build in gcc 4.6
I simply added '-fpermissive', and it went on.
This commit is contained in:
@@ -9,6 +9,7 @@ stdenv.mkDerivation rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
NIX_LDFLAGS = "-lSDL_image";
|
NIX_LDFLAGS = "-lSDL_image";
|
||||||
|
NIX_CFLAGS_COMPILE = "-fpermissive";
|
||||||
|
|
||||||
buildInputs = [ SDL SDL_image mesa openal libvorbis freealut popt ];
|
buildInputs = [ SDL SDL_image mesa openal libvorbis freealut popt ];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user