forked from mirrors/nixpkgs
liquidwar: allow deprecated readdir_r for now
This commit is contained in:
parent
c674807bce
commit
61d8e875c0
|
@ -24,6 +24,8 @@ stdenv.mkDerivation rec {
|
|||
libXrender libcaca cunit
|
||||
];
|
||||
|
||||
NIX_CFLAGS_COMPILE="-Wno-error=deprecated-declarations";
|
||||
|
||||
# To avoid problems finding SDL_types.h.
|
||||
configureFlags = [ "CFLAGS=-I${SDL.dev}/include/SDL" ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue