Index: head/games/easyrpg-player/files/patch-builds_cmake_Modules_FindHarfbuzz.cmake =================================================================== --- head/games/easyrpg-player/files/patch-builds_cmake_Modules_FindHarfbuzz.cmake (revision 548844) +++ head/games/easyrpg-player/files/patch-builds_cmake_Modules_FindHarfbuzz.cmake (nonexistent) @@ -1,17 +0,0 @@ ---- builds/cmake/Modules/FindHarfbuzz.cmake.orig 2020-08-13 08:40:25 UTC -+++ builds/cmake/Modules/FindHarfbuzz.cmake -@@ -55,7 +55,13 @@ if(HARFBUZZ_FOUND) - - if(NOT TARGET Harfbuzz::Harfbuzz) - add_library(Harfbuzz::Harfbuzz UNKNOWN IMPORTED) -- find_library(Freetype REQUIRED) -+ # Handle circular dependency: FindFreetype.cmake asks -+ # for a QUIET lookup. -+ if (Harfbuzz_FIND_QUIETLY) -+ find_library(Freetype QUIET) -+ else() -+ find_library(Freetype REQUIRED) -+ endif() - set_target_properties(Harfbuzz::Harfbuzz PROPERTIES - INTERFACE_INCLUDE_DIRECTORIES "${HARFBUZZ_INCLUDE_DIRS}" - INTERFACE_LINK_LIBRARIES Freetype::Freetype Property changes on: head/games/easyrpg-player/files/patch-builds_cmake_Modules_FindHarfbuzz.cmake ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property