xorg.sessreg: Fix build on gcc-5

This commit is contained in:
Franz Pletz 2016-01-26 02:04:05 +01:00 committed by Robin Gloster
parent e96ea9712c
commit 936dfeb700

View File

@ -440,4 +440,8 @@ in
configureFlags = "--with-cpp=${args.mcpp}/bin/mcpp";
};
sessreg = attrs: attrs // {
preBuild = "sed -i 's|gcc -E|gcc -E -P|' man/Makefile";
};
}