summaryrefslogtreecommitdiff
path: root/audio/musepack-tools/musepack-tools.SlackBuild
diff options
context:
space:
mode:
authorGiancarlo Dessì <gian@giand.it>2020-12-16 18:43:07 +0100
committerRobby Workman <rworkman@slackbuilds.org>2021-04-17 23:43:45 -0500
commitbd9983ffa81c87ffcad919e203b0ba607bc45514 (patch)
treed6d0f128c39b87c73a01b5cd3ff7280f3c7a1ba2 /audio/musepack-tools/musepack-tools.SlackBuild
parentce22c63c704acba6c7b8bdd1c23e17e617bc456b (diff)
downloadslackbuilds-bd9983ffa81c87ffcad919e203b0ba607bc45514.tar.gz
audio/musepack-tools: Patch for gcc >= 10.x.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'audio/musepack-tools/musepack-tools.SlackBuild')
-rw-r--r--audio/musepack-tools/musepack-tools.SlackBuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/musepack-tools/musepack-tools.SlackBuild b/audio/musepack-tools/musepack-tools.SlackBuild
index def1358310..c68169380a 100644
--- a/audio/musepack-tools/musepack-tools.SlackBuild
+++ b/audio/musepack-tools/musepack-tools.SlackBuild
@@ -53,6 +53,8 @@ find -L . \
# sane defaults (hints from Gentoo)
patch -p1 < $CWD/musepack-tools-475.patch
+# fix building with -fno-common
+patch -p1 < $CWD/musepack-tools-465-fno-common.patch
mkdir -p build
cd build