svn commit: r477240 - head/devel/libzim/files
Steve Wills
swills at FreeBSD.org
Wed Aug 15 17:02:13 UTC 2018
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'))
More information about the svn-ports-head
mailing list