diff options
Diffstat (limited to 'ports')
| -rw-r--r-- | ports/libepoxy/CONTROL | 2 | ||||
| -rw-r--r-- | ports/libepoxy/libepoxy-1.5.4_meson_c_std.patch | 11 | ||||
| -rw-r--r-- | ports/libepoxy/portfile.cmake | 1 | ||||
| -rw-r--r-- | ports/tool-meson/CONTROL | 2 |
4 files changed, 14 insertions, 2 deletions
diff --git a/ports/libepoxy/CONTROL b/ports/libepoxy/CONTROL index 93d1aede7..1ef7749eb 100644 --- a/ports/libepoxy/CONTROL +++ b/ports/libepoxy/CONTROL @@ -1,6 +1,6 @@ Source: libepoxy Version: 1.5.4 -Port-Version: 1 +Port-Version: 2 Homepage: https://github.com/anholt/libepoxy Description: Epoxy is a library for handling OpenGL function pointer management for you Build-Depends: tool-meson diff --git a/ports/libepoxy/libepoxy-1.5.4_meson_c_std.patch b/ports/libepoxy/libepoxy-1.5.4_meson_c_std.patch new file mode 100644 index 000000000..850bbe01b --- /dev/null +++ b/ports/libepoxy/libepoxy-1.5.4_meson_c_std.patch @@ -0,0 +1,11 @@ +--- a/meson.build 2019-11-06 00:08:06.000000000 +0100 ++++ b/meson.build 2020-11-03 20:02:08.201459200 +0100 +@@ -1,7 +1,7 @@ + project('libepoxy', 'c', version: '1.5.4', + default_options: [ + 'buildtype=debugoptimized', +- 'c_std=gnu99', ++ 'c_std=c99', + 'warning_level=1', + ], + license: 'MIT', diff --git a/ports/libepoxy/portfile.cmake b/ports/libepoxy/portfile.cmake index caaa02ab2..07f81a7b7 100644 --- a/ports/libepoxy/portfile.cmake +++ b/ports/libepoxy/portfile.cmake @@ -9,6 +9,7 @@ vcpkg_from_github( PATCHES # https://github.com/anholt/libepoxy/pull/220 libepoxy-1.5.4_Add_call_convention_to_mock_function.patch + libepoxy-1.5.4_meson_c_std.patch ) if (VCPKG_TARGET_IS_WINDOWS OR VCPKG_TARGET_IS_OSX) diff --git a/ports/tool-meson/CONTROL b/ports/tool-meson/CONTROL index 2d387c9b2..9eb6d800b 100644 --- a/ports/tool-meson/CONTROL +++ b/ports/tool-meson/CONTROL @@ -1,4 +1,4 @@ Source: tool-meson -Version: 0.55.3 +Version: 0.56.0 Homepage: https://github.com/mesonbuild/meson Description: Meson build system |
