sync ports with The Matrix

This commit is contained in:
purplerain 2023-08-24 08:00:32 +00:00
parent cbcec355c0
commit c376d85ea0
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
190 changed files with 4781 additions and 1132 deletions

View file

@ -0,0 +1,13 @@
https://github.com/openzim/libzim/issues/757
Index: meson.build
--- meson.build.orig
+++ meson.build
@@ -1,7 +1,7 @@
project('libzim', ['c', 'cpp'],
version : '8.2.1',
license : 'GPL2',
- default_options : ['c_std=c11', 'cpp_std=c++11'])
+ default_options : ['c_std=c11', 'cpp_std=c++14'])
if build_machine.system() != 'windows'
add_project_arguments('-D_LARGEFILE64_SOURCE=1', '-D_FILE_OFFSET_BITS=64', language: 'cpp')