summaryrefslogtreecommitdiffstats
path: root/audio/zynaddsubfx
diff options
context:
space:
mode:
Diffstat (limited to 'audio/zynaddsubfx')
-rw-r--r--audio/zynaddsubfx/zynaddsubfx.SlackBuild3
1 files changed, 3 insertions, 0 deletions
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 \