Add fix-icu-tangut.patch

This commit is contained in:
Eloston
2018-02-18 07:24:21 +00:00
parent e0baa96d2b
commit 6acbfdaae1
2 changed files with 15 additions and 0 deletions
@@ -13,3 +13,4 @@ debian/system/event.patch
opensuse/fix-kernel-user-namespace-crash.patch
ungoogled-chromium/linux/disable-ffmpeg-av1-codec.patch
ungoogled-chromium/linux/fix-icu-tangut.patch
@@ -0,0 +1,14 @@
# Remove references to Tangut Unicode Block constants
# This fixes building with older system icu libraries
--- a/third_party/WebKit/Source/platform/text/Character.cpp
+++ b/third_party/WebKit/Source/platform/text/Character.cpp
@@ -227,8 +227,6 @@ bool Character::CanTextDecorationSkipInk
case UBLOCK_HANGUL_JAMO_EXTENDED_A:
case UBLOCK_HANGUL_JAMO_EXTENDED_B:
case UBLOCK_LINEAR_B_IDEOGRAMS:
- case UBLOCK_TANGUT:
- case UBLOCK_TANGUT_COMPONENTS:
return false;
default:
return true;