summaryrefslogtreecommitdiff
path: root/libraries/ortp/ortp.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/ortp/ortp.SlackBuild')
-rw-r--r--libraries/ortp/ortp.SlackBuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/libraries/ortp/ortp.SlackBuild b/libraries/ortp/ortp.SlackBuild
index 4c90d33d6d..ec98354da8 100644
--- a/libraries/ortp/ortp.SlackBuild
+++ b/libraries/ortp/ortp.SlackBuild
@@ -25,7 +25,7 @@
PRGNAM=ortp
VERSION=${VERSION:-0.16.1}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
# Automatically determine the architecture we're building on:
@@ -72,7 +72,7 @@ find . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
-CFLAGS="$SLKCFLAGS" \
+CFLAGS="$SLKCFLAGS -Wno-error=unused-but-set-variable" \
CXXFLAGS="$SLKCFLAGS" \
./configure \
--prefix=/usr \