Date: Wed, 15 Aug 2018 17:02:12 +0000 (UTC) From: Steve Wills <swills@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r477240 - head/devel/libzim/files Message-ID: <201808151702.w7FH2Ch6047451@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: swills Date: Wed Aug 15 17:02:12 2018 New Revision: 477240 URL: https://svnweb.freebsd.org/changeset/ports/477240 Log: devel/libzim: Remove -Werror from the build flags Fixes build with Clang 7 PR: 230626 Modified: head/devel/libzim/files/patch-meson.build (contents, props changed) Modified: head/devel/libzim/files/patch-meson.build ============================================================================== --- head/devel/libzim/files/patch-meson.build Wed Aug 15 16:42:37 2018 (r477239) +++ head/devel/libzim/files/patch-meson.build Wed Aug 15 17:02:12 2018 (r477240) @@ -1,5 +1,14 @@ ---- meson.build.orig 2018-07-11 01:42:53.056789000 +0000 -+++ meson.build 2018-07-11 01:42:55.616640000 +0000 +--- meson.build.orig 2018-06-14 22:03:52 UTC ++++ meson.build +@@ -1,7 +1,7 @@ + project('libzim', ['c', 'cpp'], + version : '4.0.0', + license : 'GPL2', +- default_options : ['c_std=c11', 'cpp_std=c++11', 'werror=true']) ++ default_options : ['c_std=c11', 'cpp_std=c++11']) + + conf = configuration_data() + conf.set('VERSION', '"@0@"'.format(meson.project_version())) @@ -9,6 +9,9 @@ conf.set('DIRENT_CACHE_SIZE', get_option('DIRENT_CACHE conf.set('CLUSTER_CACHE_SIZE', get_option('CLUSTER_CACHE_SIZE')) conf.set('LZMA_MEMORY_SIZE', get_option('LZMA_MEMORY_SIZE'))
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808151702.w7FH2Ch6047451>