--- term/gd.trm 2012-10-15 16:35:44.000000000 -0400 +++ term/gd.trm 2013-03-24 13:08:04.862214701 -0400 @@ -148,8 +148,9 @@ /* Before version 2.0.36, the libgd function gdFTUseFontConfig() didn't */ /* do what we need. Test for earlier versions and ignore it. */ +/* Bernardofpc: media-libs/gd-2.0.35-r3 fixes this bug (#363367) */ #ifdef GD_MAJOR_VERSION -# if (GD_MINOR_VERSION > 0 || GD_RELEASE_VERSION > 35) +# if (GD_MINOR_VERSION > 0 || GD_RELEASE_VERSION >= 35) # define gdUseFontConfig(x) gdFTUseFontConfig(x) # endif #endif