xorg.sessreg: Fix build on gcc-5

This commit is contained in:
Franz Pletz
2016-01-30 16:36:57 +00:00
committed by Robin Gloster
parent e96ea9712c
commit 936dfeb700
+4
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";
};
}