mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
libreoffice: Taking a fix from BLFS for using Glibc 2.23 (isnan is not std::isnan)
This commit is contained in:
parent
b9853c0b9b
commit
a519416a92
1 changed files with 3 additions and 0 deletions
|
@ -106,6 +106,9 @@ in stdenv.mkDerivation rec {
|
|||
patchShebangs .
|
||||
# It is used only as an indicator of the proper current directory
|
||||
touch solenv/inc/target.mk
|
||||
|
||||
# BLFS patch for Glibc 2.23 renaming isnan
|
||||
sed -ire "s@isnan@std::&@g" xmloff/source/draw/ximp3dscene.cxx
|
||||
'';
|
||||
|
||||
# fetch_Download_item tries to interpret the name as a variable name
|
||||
|
|
Loading…
Reference in a new issue