diff options
Diffstat (limited to 'development/watchman')
-rw-r--r-- | development/watchman/watchman.SlackBuild | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/development/watchman/watchman.SlackBuild b/development/watchman/watchman.SlackBuild index 9b9c6116e7..2642c695bd 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 \ |