summaryrefslogtreecommitdiffstats
path: root/libraries/belle-sip
diff options
context:
space:
mode:
author David Spencer2015-05-29 12:23:43 +0200
committer Willy Sudiarto Raharjo2016-01-17 03:40:16 +0100
commit78408090e59295fba70c133e2ccd9dd88af0c1f3 (patch)
treeb9a5c6c01fc9aaa9bda1ccdca2ab07f6b75be391 /libraries/belle-sip
parent84afdd9a1ab860a0ce715b53d174434453dbbe3f (diff)
downloadslackbuilds-78408090e59295fba70c133e2ccd9dd88af0c1f3.tar.gz
libraries/belle-sip: Fixed building on -current.
Signed-off-by: David Spencer <baildon.research@googlemail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/belle-sip')
-rw-r--r--libraries/belle-sip/belle-sip.SlackBuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/libraries/belle-sip/belle-sip.SlackBuild b/libraries/belle-sip/belle-sip.SlackBuild
index 496bbe2195..b37b90d481 100644
--- a/libraries/belle-sip/belle-sip.SlackBuild
+++ b/libraries/belle-sip/belle-sip.SlackBuild
@@ -85,6 +85,9 @@ sed -i \
configure.ac
autoreconf -ivf
+# Kill the accursed -Werror (fix for -current)
+SLKCFLAGS="$SLKCFLAGS -Wno-error"
+
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
CPPFLAGS="${CPPFLAGS} -I/usr/include/antlr3" \