summaryrefslogtreecommitdiffstats
path: root/multimedia/MuseScore/MuseScore.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/MuseScore/MuseScore.SlackBuild')
-rw-r--r--multimedia/MuseScore/MuseScore.SlackBuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/multimedia/MuseScore/MuseScore.SlackBuild b/multimedia/MuseScore/MuseScore.SlackBuild
index cdbf20d539..dbef00470b 100644
--- a/multimedia/MuseScore/MuseScore.SlackBuild
+++ b/multimedia/MuseScore/MuseScore.SlackBuild
@@ -52,6 +52,9 @@ else
LIBDIRSUFFIX=""
fi
+# Disable crash reporter as breakpad is broken with the newer glibcs :/
+sed 's/option(BUILD_CRASH_REPORTER "Build with crash reporter" ON)/option(BUILD_CRASH_REPORTER "Build with crash reporter" OFF)/' -i CMakeLists.txt
+
sed -i 's| qmake| qmake-qt5|' build/FindQt5.cmake
make release PREFIX=/usr CFLAGS="$SLKCFLAGS" CXXFLAGS="$SLKCFLAGS" LDFLAGS="-pthread"
make install PREFIX=/usr DESTDIR=$PKG UPDATE_CACHE=FALSE