summaryrefslogtreecommitdiffstats
path: root/libraries/ortp
diff options
context:
space:
mode:
author Matteo Bernardini2012-09-12 11:08:38 +0200
committer Matteo Bernardini2012-09-12 11:09:03 +0200
commit1fd2cef729122264f04362d64f0c02cef43c4e89 (patch)
tree2de4515634c66af26b56d20c9f805ed6c1a4c1e6 /libraries/ortp
parent50245f6bfd720a8d6f801ac30f25e421cdce2da8 (diff)
downloadslackbuilds-1fd2cef729122264f04362d64f0c02cef43c4e89.tar.gz
libraries/ortp: Disabled a "warning-as-error".
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'libraries/ortp')
-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 \