summaryrefslogtreecommitdiff
path: root/games/openttd/files/patch-icu68
diff options
context:
space:
mode:
Diffstat (limited to 'games/openttd/files/patch-icu68')
-rw-r--r--games/openttd/files/patch-icu6817
1 files changed, 17 insertions, 0 deletions
diff --git a/games/openttd/files/patch-icu68 b/games/openttd/files/patch-icu68
new file mode 100644
index 000000000000..1c2fa15cf409
--- /dev/null
+++ b/games/openttd/files/patch-icu68
@@ -0,0 +1,17 @@
+Regressed by https://github.com/unicode-org/icu/commit/c3fe7e09d844
+
+src/gfx_layout.cpp:119:9: error: use of undeclared identifier 'FALSE'
+ return FALSE;
+ ^
+
+--- src/gfx_layout.cpp.orig 2020-08-09 17:56:38 UTC
++++ src/gfx_layout.cpp
+@@ -116,7 +116,7 @@ void Font::getGlyphAdvance(LEGlyphID glyph, LEPoint &a
+
+ le_bool Font::getGlyphPoint(LEGlyphID glyph, le_int32 pointNumber, LEPoint &point) const
+ {
+- return FALSE;
++ return false;
+ }
+
+ /**