libreoffice: Taking a fix from BLFS for using Glibc 2.23 (isnan is not std::isnan)

This commit is contained in:
Michael Raskin 2016-02-27 09:10:50 +01:00
parent b9853c0b9b
commit a519416a92

View File

@ -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