diff --git a/ports/folly/fix-fmt-patch-for-old-cmake.patch b/ports/folly/fix-fmt-patch-for-old-cmake.patch index 396ec48878efae..4c432fe4e9eefd 100644 --- a/ports/folly/fix-fmt-patch-for-old-cmake.patch +++ b/ports/folly/fix-fmt-patch-for-old-cmake.patch @@ -1,5 +1,5 @@ diff --git a/CMake/GenPkgConfig.cmake b/CMake/GenPkgConfig.cmake -index 0e93175bd..2f3e1beee 100644 +index 0e93175bd..9de854022 100644 --- a/CMake/GenPkgConfig.cmake +++ b/CMake/GenPkgConfig.cmake @@ -103,6 +103,11 @@ function(gen_pkgconfig_vars) @@ -7,10 +7,10 @@ index 0e93175bd..2f3e1beee 100644 cflags "${cflags}" ) + -+ # patch for fmt's generator expression on older CMake -+ if (MSVC) -+ string(REPLACE "$<$,$>:/utf-8>" "/utf-8" cflags "${cflags}") -+ endif() ++ endif() ++ # patch for fmt's generator expression on older CMake ++ if (MSVC) ++ string(REPLACE "$<$,$>:/utf-8>" "/utf-8" cflags "${cflags}") endif() set("${var_prefix}_CFLAGS" "${cflags}" PARENT_SCOPE) diff --git a/versions/f-/folly.json b/versions/f-/folly.json index 5bee08f5c6865e..db0b411df610e2 100644 --- a/versions/f-/folly.json +++ b/versions/f-/folly.json @@ -1,7 +1,7 @@ { "versions": [ { - "git-tree": "552a10d6c84c4bb5c1fc4c8b548d8618ff6daf9d", + "git-tree": "4114c18119dbf036ccdaea4280c0d4f12c83d191", "version-string": "2024.09.09.00", "port-version": 1 },