summaryrefslogtreecommitdiffstats
path: root/libraries/belle-sip/belle-sip.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/belle-sip/belle-sip.SlackBuild')
-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" \