aboutsummaryrefslogtreecommitdiff
path: root/audio/mp3check
diff options
context:
space:
mode:
authorAndrew Clemons <andrew.clemons@gmail.com>2022-02-07 15:29:33 +1300
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-02-07 23:04:35 +0700
commit724dd87ceec56dc3c4d7422dbb5157c5955f94e8 (patch)
treec36b9f34041294d6c5a09f984b2b5ad817b0c0f6 /audio/mp3check
parent746af1e1a46c40842e61bd89d4ca000a4314e903 (diff)
audio/mp3check: Fix build.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio/mp3check')
-rw-r--r--audio/mp3check/mp3check.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/mp3check/mp3check.SlackBuild b/audio/mp3check/mp3check.SlackBuild
index bc2061712504c..69365614469ea 100644
--- a/audio/mp3check/mp3check.SlackBuild
+++ b/audio/mp3check/mp3check.SlackBuild
@@ -82,7 +82,7 @@ find -L . \
sed -i "s|/usr/local/bin|$PKG/usr/bin|" Makefile
mkdir -p $PKG/usr/bin
-make OPT="$SLKCFLAGS"
+make OPT="$SLKCFLAGS -fpermissive"
make install
install -m 0644 -D mp3check.1 $PKG/usr/man/man1/mp3check.1