diff options
author | Alex Dupre <ale@FreeBSD.org> | 2014-01-21 17:09:30 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2014-01-21 17:09:30 +0000 |
commit | 945b444e950af91bad6a3b237d8cc46e5eb847b0 (patch) | |
tree | e54efe34223a23c1c4cd915c070d87af7adf973e /graphics/php5-gd/files | |
parent | * Convert to staging (diff) |
Update to 5.4.24 release.
Notes
Notes:
svn path=/head/; revision=340623
Diffstat (limited to 'graphics/php5-gd/files')
-rw-r--r-- | graphics/php5-gd/files/patch-config.m4 | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/graphics/php5-gd/files/patch-config.m4 b/graphics/php5-gd/files/patch-config.m4 index 8212b1b4c8fb..a06ce45de5cc 100644 --- a/graphics/php5-gd/files/patch-config.m4 +++ b/graphics/php5-gd/files/patch-config.m4 @@ -1,14 +1,5 @@ --- config.m4.orig 2013-12-10 20:32:43.000000000 +0100 +++ config.m4 2013-12-24 21:02:03.000000000 +0100 -@@ -193,7 +193,7 @@ - if test "$PHP_FREETYPE_DIR" != "no"; then - - for i in $PHP_FREETYPE_DIR /usr/local /usr; do -- if test -f "$i/include/freetype2/freetype/freetype.h"; then -+ if test -f "$i/include/freetype2/freetype.h"; then - FREETYPE2_DIR=$i - FREETYPE2_INC_DIR=$i/include/freetype2 - break @@ -241,7 +241,7 @@ ],[ AC_MSG_ERROR([Problem with libt1.(a|so). Please check config.log for more information.]) |