diff options
| author | Lennart Trunk <lennart.trunk@outlook.de> | 2019-03-12 21:54:20 +0100 |
|---|---|---|
| committer | Phil Christensen <philc@microsoft.com> | 2019-03-12 13:54:20 -0700 |
| commit | 1d4485cec5b678b7bcecf2d5ea5839af858bf765 (patch) | |
| tree | f48e34130f9c8219f20e753c0affc8ea303a3f1c /ports/harfbuzz/0001-fix-uwp-build.patch | |
| parent | f24bd414ceeed5f4faad80405b87da4394c02d63 (diff) | |
| download | vcpkg-1d4485cec5b678b7bcecf2d5ea5839af858bf765.tar.gz vcpkg-1d4485cec5b678b7bcecf2d5ea5839af858bf765.zip | |
[harfbuzz] update Harfbuzz to 2.3.1 (#5359)
* update harfbuzz to 2.2.0
* clean up port and fix portfile/patches
* update harfbuzz to 2.3.1
* fix uwp patch
* skip test building
Diffstat (limited to 'ports/harfbuzz/0001-fix-uwp-build.patch')
| -rw-r--r-- | ports/harfbuzz/0001-fix-uwp-build.patch | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/ports/harfbuzz/0001-fix-uwp-build.patch b/ports/harfbuzz/0001-fix-uwp-build.patch deleted file mode 100644 index 24b5bf894..000000000 --- a/ports/harfbuzz/0001-fix-uwp-build.patch +++ /dev/null @@ -1,15 +0,0 @@ -diff --git a/src/hb-ft.cc b/src/hb-ft.cc -index f578e9d..f224c07 100644 ---- a/src/hb-ft.cc -+++ b/src/hb-ft.cc -@@ -31,6 +31,10 @@ - - #include "hb-ft.h" - -+#if defined(WINAPI_FAMILY) && (WINAPI_FAMILY != WINAPI_FAMILY_DESKTOP_APP) -+#define generic GenericFromFreeTypeLibrary -+#endif -+ - #include "hb-font-private.hh" - - #include FT_ADVANCES_H |
