diff options
author | Alex Dupre <ale@FreeBSD.org> | 2014-01-21 17:09:52 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2014-01-21 17:09:52 +0000 |
commit | 16b67502541f1f139fc4b968fee24f4efd038f33 (patch) | |
tree | 5e0013315a94ccb187e2ccb2e7fa17a2aebaa264 /graphics | |
parent | 945b444e950af91bad6a3b237d8cc46e5eb847b0 (diff) | |
download | ports-16b67502541f1f139fc4b968fee24f4efd038f33.tar.gz ports-16b67502541f1f139fc4b968fee24f4efd038f33.zip |
Notes
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.]) |