From f5505525d4417d8d6f81aba3b9d9a4f3ce889b76 Mon Sep 17 00:00:00 2001 From: Alberto Garcia Date: Mon, 4 Apr 2022 11:58:57 +0100 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 a54b65c511..e5a08c0f92 100644 --- a/Source/WebCore/platform/text/hyphen/HyphenationLibHyphen.cpp +++ b/Source/WebCore/platform/text/hyphen/HyphenationLibHyphen.cpp @@ -71,11 +71,21 @@ static void scanDirectoryForDictionaries(const char* directoryPath, HashMap()).iterator->value.append(filePath); String localeReplacingUnderscores = String(locale); -- 2.30.2