aboutsummaryrefslogtreecommitdiff
path: root/development/watchman/watchman.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'development/watchman/watchman.SlackBuild')
-rw-r--r--development/watchman/watchman.SlackBuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/development/watchman/watchman.SlackBuild b/development/watchman/watchman.SlackBuild
index 9b9c6116e718..2642c695bda0 100644
--- a/development/watchman/watchman.SlackBuild
+++ b/development/watchman/watchman.SlackBuild
@@ -25,6 +25,8 @@
# with this program (most likely, a file named COPYING). If not, see
# <https://www.gnu.org/licenses/>.
+# 20170621 bkw: fix build on -current (--enable-lenient, removes -Werror)
+
# 20170309 bkw:
# - take over maintenance
# - use long-form github URL
@@ -83,6 +85,7 @@ CC=clang CXX=clang++ \
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \
+ --enable-lenient \
--prefix=/usr \
--libdir=/usr/lib${LIBDIRSUFFIX} \
--sysconfdir=/etc \