diff options
author | ale <ale@FreeBSD.org> | 2014-01-22 01:09:52 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2014-01-22 01:09:52 +0800 |
commit | 786db264f9d694d539817164f5ad24e3edf573c5 (patch) | |
tree | 5e0013315a94ccb187e2ccb2e7fa17a2aebaa264 /graphics | |
parent | b01954dd3756957a607570980469099567287b11 (diff) | |
download | freebsd-ports-gnome-786db264f9d694d539817164f5ad24e3edf573c5.tar.gz freebsd-ports-gnome-786db264f9d694d539817164f5ad24e3edf573c5.tar.zst freebsd-ports-gnome-786db264f9d694d539817164f5ad24e3edf573c5.zip |
Update to 5.5.8 release.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/php55-gd/files/patch-config.m4 | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/graphics/php55-gd/files/patch-config.m4 b/graphics/php55-gd/files/patch-config.m4 index 1e9eae3ad4e6..468b69287246 100644 --- a/graphics/php55-gd/files/patch-config.m4 +++ b/graphics/php55-gd/files/patch-config.m4 @@ -1,14 +1,5 @@ --- config.m4.orig 2013-12-11 00:31:06.000000000 +0100 +++ config.m4 2013-12-24 21:11:19.000000000 +0100 -@@ -185,7 +185,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 @@ -233,7 +233,7 @@ ],[ AC_MSG_ERROR([Problem with libt1.(a|so). Please check config.log for more information.]) |