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
|
libXrender libcaca cunit
|
||||||
];
|
];
|
||||||
|
|
||||||
|
NIX_CFLAGS_COMPILE="-Wno-error=deprecated-declarations";
|
||||||
|
|
||||||
# To avoid problems finding SDL_types.h.
|
# To avoid problems finding SDL_types.h.
|
||||||
configureFlags = [ "CFLAGS=-I${SDL.dev}/include/SDL" ];
|
configureFlags = [ "CFLAGS=-I${SDL.dev}/include/SDL" ];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user