* Quick fix for MythTV (NIXPKGS-30).
svn path=/nixpkgs/trunk/; revision=6737
This commit is contained in:
parent
c8635af3a9
commit
0e9affeed4
@ -25,4 +25,8 @@ stdenv.mkDerivation {
|
||||
./settings.patch
|
||||
./purity.patch # don't search in /usr/include etc.
|
||||
];
|
||||
|
||||
/* Quick workaround for NIXPKGS-30 to get floor() etc. to work in
|
||||
MythTV. Can be removed once NIXPKGS-30 has been fixed. */
|
||||
NIX_CFLAGS_COMPILE = "-ffast-math";
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user