Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 669341 Details for
Bug 751949
games-simulation/openttd fails to build with =dev-libs/icu-68.1
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
openttd-1.10.3-icu68.patch
openttd-1.10.3-icu68.patch (text/plain), 765 bytes, created by
Lars Wendler (Polynomial-C) (RETIRED)
on 2020-10-30 17:53:22 UTC
(
hide
)
Description:
openttd-1.10.3-icu68.patch
Filename:
MIME Type:
Creator:
Lars Wendler (Polynomial-C) (RETIRED)
Created:
2020-10-30 17:53:22 UTC
Size:
765 bytes
patch
obsolete
>From 19627973862e895e523e9d15178a4160822bc2ae Mon Sep 17 00:00:00 2001 >From: Lars Wendler <polynomial-c@gentoo.org> >Date: Fri, 30 Oct 2020 18:45:20 +0100 >Subject: [PATCH] Fix build with icu-68.1 > >icu-68.1 removed public macro definitions for TRUE and FALSE > >Signed-off-by: Lars Wendler <polynomial-c@gentoo.org> >--- > src/gfx_layout.cpp | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/src/gfx_layout.cpp b/src/gfx_layout.cpp >index 584a71273..ebd1afaa8 100644 >--- a/src/gfx_layout.cpp >+++ b/src/gfx_layout.cpp >@@ -116,7 +116,7 @@ void Font::getGlyphAdvance(LEGlyphID glyph, LEPoint &advance) const > > le_bool Font::getGlyphPoint(LEGlyphID glyph, le_int32 pointNumber, LEPoint &point) const > { >- return FALSE; >+ return false; > } > > /** >-- >2.29.2 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 751949
: 669341