diff options
author | Giancarlo Dessì <gian@giand.it> | 2020-12-16 18:43:07 +0100 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2021-04-17 23:43:45 -0500 |
commit | bd9983ffa81c87ffcad919e203b0ba607bc45514 (patch) | |
tree | d6d0f128c39b87c73a01b5cd3ff7280f3c7a1ba2 /audio/musepack-tools/musepack-tools.SlackBuild | |
parent | ce22c63c704acba6c7b8bdd1c23e17e617bc456b (diff) | |
download | slackbuilds-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.SlackBuild | 2 |
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 |