summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Matteo Bernardini2024-05-16 17:44:44 +0200
committer Matteo Bernardini2024-05-25 07:15:37 +0200
commit1398f66f7baf09c241a237892b7a5bc919cbdeb2 (patch)
tree00099e359f13506673e5a3ec0b2957ec7815e7e5
parentbecba3971a51ea467b5e557a19138ec49f667eed (diff)
downloadslackbuilds-musepack-tools.tar.gz
audio/musepack-tools: Turn off some warnings-as-errors.musepack-tools
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
-rw-r--r--audio/musepack-tools/musepack-tools.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/musepack-tools/musepack-tools.SlackBuild b/audio/musepack-tools/musepack-tools.SlackBuild
index 06f77c23ee..46c11ba3e8 100644
--- a/audio/musepack-tools/musepack-tools.SlackBuild
+++ b/audio/musepack-tools/musepack-tools.SlackBuild
@@ -69,7 +69,7 @@ patch -p1 < $CWD/musepack-tools-465-fno-common.patch
mkdir -p build
cd build
cmake \
- -DCMAKE_C_FLAGS:STRING="$SLKCFLAGS" \
+ -DCMAKE_C_FLAGS:STRING="$SLKCFLAGS -Wno-error=incompatible-pointer-types" \
-DCMAKE_INSTALL_PREFIX=/usr \
-DLIB_SUFFIX=$LIBDIRSUFFIX \
-DCMAKE_BUILD_TYPE=Release ..