vcpkg/ports/harfbuzz
Robert Adam 4634989574
[harfbuzz] work around upstream SameFileError (#16621)
During the configuration of harfbuzz several Python scripts are invoked
that are supposed to copy some files. For some reason however the
scripts end up being instructed to copy files to themselves at which
point a SameFileError is risen, causing the build to fail.

This is a workaround for the underlaying issue that is deemed to be
usptream. The upstream issues are
- https://github.com/mesonbuild/meson/issues/8375
- https://github.com/harfbuzz/harfbuzz/issues/2870

The workaround is to add a patch that makes sure these scripts check
whether source and target file are the same and only invoking the copy
action if they are not.

Fixes #16262
2021-03-11 12:16:08 -08:00
..
0001-circumvent-samefile-error.patch [harfbuzz] work around upstream SameFileError (#16621) 2021-03-11 12:16:08 -08:00
0002-fix-uwp-build.patch
harfbuzzConfig.cmake.in [harfbuzz] Use meson and update to 2.7.0 (#12860) 2021-01-25 01:47:30 -08:00
portfile.cmake [harfbuzz] work around upstream SameFileError (#16621) 2021-03-11 12:16:08 -08:00
vcpkg.json [harfbuzz] work around upstream SameFileError (#16621) 2021-03-11 12:16:08 -08:00