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