* ioquake: fix building on GCC 4.6.
svn path=/nixpkgs/branches/stdenv-updates/; revision=32383
This commit is contained in:
parent
ce544df561
commit
60f8478fde
@ -24,6 +24,9 @@ stdenv.mkDerivation {
|
||||
|
||||
buildInputs = [x11 SDL mesa openal];
|
||||
|
||||
# Fix building on GCC 4.6.
|
||||
NIX_CFLAGS_COMPILE = "-Wno-error";
|
||||
|
||||
preInstall = ''
|
||||
mkdir -p $out/baseq3
|
||||
installTargets=copyfiles
|
||||
|
Loading…
Reference in New Issue
Block a user