mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
* Quick fix for MythTV (NIXPKGS-30).
svn path=/nixpkgs/trunk/; revision=6737
This commit is contained in:
parent
c8635af3a9
commit
0e9affeed4
1 changed files with 4 additions and 0 deletions
|
@ -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 a new issue