diff options
author | Adam Harvey <aharvey@php.net> | 2013-12-07 19:39:40 -0800 |
---|---|---|
committer | Adam Harvey <aharvey@php.net> | 2013-12-07 19:39:40 -0800 |
commit | a0955f351c7eb1022da7ae36970ffef3b00c8aff (patch) | |
tree | 5b4e301d8aa015f2673856aaf3e0f72255e057b1 /NEWS | |
parent | ff89066b3d52c2e124b8e893ccca3147f40e2061 (diff) | |
download | php-git-a0955f351c7eb1022da7ae36970ffef3b00c8aff.tar.gz |
Switch to using freetype-config for freetype detection.
This fixes GD compilation against libfreetype 2.5.1 and later after they made
the rather interesting decision to change their include directory layout in a
point release.
The original suggestion in the bug was to use pkg-config, but my inclination is
to use freetype-config instead: we should be able to get the same configuration
information without actually needing pkg-config installed, since pkg-config is
by no means guaranteed to exist on many Unices and distros, whereas
freetype-config should always be present if a libfreetype build environment is
installed. Let's try it out and see what happens.
Fixes bug #64405 (Use freetype-config for determining freetype2 dir(s)).
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -20,6 +20,10 @@ PHP NEWS - Filter: . Fixed bug #66229 (128.0.0.0/16 isn't reserved any longer). (Adam) +- GD: + . Fixed bug #64405 (Use freetype-config for determining freetype2 dir(s)). + (Adam) + - XSL . Fixed bug #49634 (Segfault throwing an exception in a XSL registered function). (Mike) |