]> git.pld-linux.org Git - packages/php.git/blob - php-freetype.patch
- up to 5.5.9
[packages/php.git] / php-freetype.patch
1 --- php-5.3.27/ext/gd/config.m4~        2013-07-10 19:43:08.000000000 +0200
2 +++ php-5.3.27/ext/gd/config.m4 2013-12-12 14:38:29.753000608 +0100
3 @@ -162,7 +162,7 @@
4    if test "$PHP_FREETYPE_DIR" != "no"; then
5  
6      for i in $PHP_FREETYPE_DIR /usr/local /usr; do
7 -      if test -f "$i/include/freetype2/freetype/freetype.h"; then
8 +      if test -f "$i/include/freetype2/freetype.h"; then
9          FREETYPE2_DIR=$i
10          FREETYPE2_INC_DIR=$i/include/freetype2
11          break
This page took 0.028247 seconds and 3 git commands to generate.