rcs: use std=gnu99 to compile with gcc5
This commit is contained in:
parent
70e6a117fa
commit
e06726ba15
@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
doCheck = true;
|
doCheck = true;
|
||||||
|
|
||||||
NIX_CFLAGS_COMPILE = if stdenv.isDarwin then "-std=gnu99" else null;
|
NIX_CFLAGS_COMPILE = "-std=gnu99";
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = http://www.gnu.org/software/rcs/;
|
homepage = http://www.gnu.org/software/rcs/;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user