From 95c2771fcee2b93a790dd9bff86c36f369151984 Mon Sep 17 00:00:00 2001 From: Kevin Lu <6320810+kevinlul@users.noreply.github.com> Date: Wed, 15 Apr 2020 00:25:54 -0400 Subject: [Freetype] Actually prevent linking HarfBuzz on POSIX Correctly fixes #10041 Fixes three typos in #10073 --- ports/freetype/portfile.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ports/freetype/portfile.cmake b/ports/freetype/portfile.cmake index ad06263f9..9dcf76fa1 100644 --- a/ports/freetype/portfile.cmake +++ b/ports/freetype/portfile.cmake @@ -33,7 +33,7 @@ endif() set(OPTIONS) if (NOT VCPKG_TARGET_IS_WINDOWS) - list(APPEND OPTIONS -DFT_DISABLE_FIND_PACKAGE_Harfbuzz=TRUE) + list(APPEND OPTIONS -DCMAKE_DISABLE_FIND_PACKAGE_HarfBuzz=ON) endif() vcpkg_configure_cmake( -- cgit v1.2.3 From 8fd3f813b7287f5d5bf70f0d073cdcf3269f5707 Mon Sep 17 00:00:00 2001 From: Kevin Lu <6320810+kevinlul@users.noreply.github.com> Date: Wed, 15 Apr 2020 11:22:19 -0400 Subject: Forgot to bump version in accordance with maintainer guide --- ports/freetype/CONTROL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ports/freetype/CONTROL b/ports/freetype/CONTROL index 01c32bbbe..8503efed4 100644 --- a/ports/freetype/CONTROL +++ b/ports/freetype/CONTROL @@ -1,5 +1,5 @@ Source: freetype -Version: 2.10.1-5 +Version: 2.10.1-6 Build-Depends: zlib Homepage: https://www.freetype.org/ Description: A library to render fonts. -- cgit v1.2.3