Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 462996
Collapse All | Expand All

(-)term/gd.trm (-1 / +2 lines)
Lines 148-155 Link Here
148
148
149
/* Before version 2.0.36, the libgd function gdFTUseFontConfig() didn't */
149
/* Before version 2.0.36, the libgd function gdFTUseFontConfig() didn't */
150
/* do what we need.  Test for earlier versions and ignore it.           */
150
/* do what we need.  Test for earlier versions and ignore it.           */
151
/* Bernardofpc: media-libs/gd-2.0.35-r3 fixes this bug (#363367)        */
151
#ifdef GD_MAJOR_VERSION
152
#ifdef GD_MAJOR_VERSION
152
#  if (GD_MINOR_VERSION > 0  ||  GD_RELEASE_VERSION > 35)
153
#  if (GD_MINOR_VERSION > 0  ||  GD_RELEASE_VERSION >= 35)
153
#    define gdUseFontConfig(x) gdFTUseFontConfig(x)
154
#    define gdUseFontConfig(x) gdFTUseFontConfig(x)
154
#  endif
155
#  endif
155
#endif
156
#endif

Return to bug 462996