From c93e38ad92eee931ce7b64f18c1e566a452d87bc Mon Sep 17 00:00:00 2001 From: Alberto Garcia Date: Wed, 15 Feb 2023 17:10:55 +0000 Subject: [PATCH] Don't try to use PATH_MAX in the Hurd Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=978098 Bug: https://bugs.webkit.org/show_bug.cgi?id=219572 =================================================================== Gbp-Pq: Name fix-ftbfs-hurd.patch --- .../platform/text/hyphen/HyphenationLibHyphen.cpp | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Source/WebCore/platform/text/hyphen/HyphenationLibHyphen.cpp b/Source/WebCore/platform/text/hyphen/HyphenationLibHyphen.cpp index d5bf3f5330..0ea044e515 100644 --- a/Source/WebCore/platform/text/hyphen/HyphenationLibHyphen.cpp +++ b/Source/WebCore/platform/text/hyphen/HyphenationLibHyphen.cpp @@ -72,11 +72,21 @@ static void scanDirectoryForDictionaries(const char* directoryPath, HashMap()).iterator->value.append(filePath); String localeReplacingUnderscores = makeStringByReplacingAll(locale, '_', '-'); -- 2.30.2