liquidwar: allow deprecated readdir_r for now

This commit is contained in:
Michael Raskin 2016-08-26 13:34:20 +02:00
parent c674807bce
commit 61d8e875c0

View file

@ -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" ];