From a2ba3d3cd2f2e601e647a7beed93d786c40e11aa Mon Sep 17 00:00:00 2001 From: David Spencer Date: Tue, 1 Mar 2016 16:56:49 +0000 Subject: audio/zynaddsubfx: Fixed build with gcc-5.3.0/glibc-2.23. Signed-off-by: David Spencer --- audio/zynaddsubfx/zynaddsubfx.SlackBuild | 3 +++ 1 file changed, 3 insertions(+) (limited to 'audio/zynaddsubfx') diff --git a/audio/zynaddsubfx/zynaddsubfx.SlackBuild b/audio/zynaddsubfx/zynaddsubfx.SlackBuild index 3338595ed7..4f24d57fae 100644 --- a/audio/zynaddsubfx/zynaddsubfx.SlackBuild +++ b/audio/zynaddsubfx/zynaddsubfx.SlackBuild @@ -53,6 +53,9 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; +# Fixup for glibc-2.23 and/or gcc-5.3.0 +sed -i -e 's/isnan/std::isnan/' src/DSP/FFTwrapper.h + mkdir -p build cd build cmake \ -- cgit v1.2.3