From d86457942be4915920823bc882672ec53505aee4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Tue, 11 Jul 2017 07:42:07 +0200 Subject: [PATCH] libcmis: fix gcc7 build --- srcpkgs/libcmis/template | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/srcpkgs/libcmis/template b/srcpkgs/libcmis/template index 4f3329b96b2..14b6a9afbd8 100644 --- a/srcpkgs/libcmis/template +++ b/srcpkgs/libcmis/template @@ -11,7 +11,9 @@ license="GPL,LGPL,MPL" homepage="http://sourceforge.net/projects/libcmis/" distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-${version}.tar.gz" checksum=a87e02913dee3ee659db5abf6d7dafcfcd85dd4b24bf4389d8d4afe8c8dcf9b6 -configure_args="--without-man" +configure_args="--without-man --disable-werror" + +CXXFLAGS="-Wno-deprecated" pre_configure() { # Use newer boost.m4 from https://github.com/tsuna/boost.m4