From 1fd2cef729122264f04362d64f0c02cef43c4e89 Mon Sep 17 00:00:00 2001 From: Matteo Bernardini Date: Wed, 12 Sep 2012 11:08:38 +0200 Subject: libraries/ortp: Disabled a "warning-as-error". Signed-off-by: Matteo Bernardini --- libraries/ortp/ortp.SlackBuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libraries/ortp') 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 \ -- cgit v1.2.3