Created attachment 396568 [details] build log of the failure Please port following upstream fix: http://bugs.openttd.org/task/6185 (Fix build with freetype2 >= 2.5.4) I'm unable to build openttd after having upgraded from freetype-2.5.3-r1 to freetype-2.5.5. Compilation fails with errors: /var/tmp/portage/games-simulation/openttd-1.3.3/work/openttd-1.3.3/src/fontcache.cpp: In member function ‘virtual const Sprite* FreeTypeFontCache::GetGlyph(GlyphID)’: /var/tmp/portage/games-simulation/openttd-1.3.3/work/openttd-1.3.3/src/fontcache.cpp:516:66: error: no matching function for call to ‘max(int, unsigned int)’ ... Makefile:234: recipe for target 'fontcache.o' failed make[1]: *** [fontcache.o] Error 1 Please see attached build.log for more details.
should be fine with openttd-1.4.4
(In reply to Mr. Bones. from comment #1) > should be fine with openttd-1.4.4 Which is still testing. Current stable openttd breaks with current stable freetype. As it stands, the stable tree is inconsistent. I would think that this should be fixed, either by stabilizing 1.4.4 or backporting the fix?
(In reply to Israel G. Lugo from comment #2) > Current stable openttd breaks with current stable freetype. As it stands, > the stable tree is inconsistent. > > I would think that this should be fixed, either by stabilizing 1.4.4 or > backporting the fix? If not, may I suggest at least changing the freetype dependency in openttd-1.4.3 to <media-libs/freetype-2.5.4?