* Fix mingw build

* Update versions
This commit is contained in:
Kai Pastor 2022-06-23 22:50:31 +02:00 коммит произвёл GitHub
Родитель 613ee92bae
Коммит d3197c9ada
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
6 изменённых файлов: 22 добавлений и 3 удалений

Просмотреть файл

@ -0,0 +1,13 @@
diff --git a/meson.build b/meson.build
index e5096bf..51c289f 100644
--- a/meson.build
+++ b/meson.build
@@ -268,7 +268,7 @@ sh = find_program('sh', required : false)
if not sh.found() # host_machine.system() == 'windows' or not sh.found()
# TODO: This is not always correct
- if cc.get_id() == 'msvc'
+ if host_machine.system() == 'windows'
gperf_len_type = 'size_t'
else
gperf_len_type = 'unsigned'

Просмотреть файл

@ -120,7 +120,7 @@ index f616600..6d82a16 100644
+if host_machine.system() == 'windows'
+ conf.set('HAVE_GETOPT', 1)
+ conf.set('HAVE_GETOPT_LONG', 1)
+ getopt_dep = cc.find_library('getopt', required: true)
+ getopt_dep = cc.find_library('getopt', required: false)
+else
+ getopt_dep = dependency('', required: false)
+endif

Просмотреть файл

@ -10,6 +10,7 @@ vcpkg_from_gitlab(
PATCHES
no-etc-symlinks.patch
libgetopt.patch
fix-mingw-gperf-fallback.patch
)
vcpkg_add_to_path(PREPEND "${CURRENT_HOST_INSTALLED_DIR}/tools/gperf")

Просмотреть файл

@ -1,7 +1,7 @@
{
"name": "fontconfig",
"version": "2.14.0",
"port-version": 2,
"port-version": 3,
"description": "Library for configuring and customizing font access.",
"homepage": "https://www.freedesktop.org/wiki/Software/fontconfig",
"license": "MIT",

Просмотреть файл

@ -2314,7 +2314,7 @@
},
"fontconfig": {
"baseline": "2.14.0",
"port-version": 2
"port-version": 3
},
"foonathan-memory": {
"baseline": "2019-07-21",

Просмотреть файл

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "edebefba0511e2f8ee4018707fe611d0035c4dd4",
"version": "2.14.0",
"port-version": 3
},
{
"git-tree": "5c02d2ba027c9f390729a7e0899e63c853450dfb",
"version": "2.14.0",