1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

* Quick fix for MythTV (NIXPKGS-30).

svn path=/nixpkgs/trunk/; revision=6737
This commit is contained in:
Eelco Dolstra 2006-10-15 18:59:19 +00:00
parent c8635af3a9
commit 0e9affeed4

View file

@ -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";
}