diff options
Diffstat (limited to 'audio')
-rw-r--r-- | audio/zynaddsubfx/zynaddsubfx.SlackBuild | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/audio/zynaddsubfx/zynaddsubfx.SlackBuild b/audio/zynaddsubfx/zynaddsubfx.SlackBuild index 3338595ed7d6..4f24d57fae32 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 \ |