From 2f4d5222430103c6378999da855ebd97dd8ae220 Mon Sep 17 00:00:00 2001 From: Debian Qt/KDE Maintainers Date: Tue, 9 Jan 2018 15:38:23 +0000 Subject: [PATCH] path_max Gbp-Pq: Name path_max.diff --- Source/WebCore/platform/text/hyphen/HyphenationLibHyphen.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Source/WebCore/platform/text/hyphen/HyphenationLibHyphen.cpp b/Source/WebCore/platform/text/hyphen/HyphenationLibHyphen.cpp index 92ce4685..a9603bb0 100644 --- a/Source/WebCore/platform/text/hyphen/HyphenationLibHyphen.cpp +++ b/Source/WebCore/platform/text/hyphen/HyphenationLibHyphen.cpp @@ -45,6 +45,10 @@ #include #endif +#if !defined(PATH_MAX) +#define PATH_MAX 4096 +#endif + namespace WebCore { static const char* const gDictionaryDirectories[] = { -- 2.30.2