diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2012-09-12 11:08:38 +0200 |
---|---|---|
committer | Matteo Bernardini <ponce@slackbuilds.org> | 2012-09-12 11:09:03 +0200 |
commit | 1fd2cef729122264f04362d64f0c02cef43c4e89 (patch) | |
tree | 2de4515634c66af26b56d20c9f805ed6c1a4c1e6 /libraries | |
parent | 50245f6bfd720a8d6f801ac30f25e421cdce2da8 (diff) | |
download | slackbuilds-1fd2cef729122264f04362d64f0c02cef43c4e89.tar.gz |
libraries/ortp: Disabled a "warning-as-error".
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'libraries')
-rw-r--r-- | libraries/ortp/ortp.SlackBuild | 4 |
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 \ |