summaryrefslogtreecommitdiff
path: root/graphics/php52-gd/files/patch-config.m4
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/php52-gd/files/patch-config.m4')
-rw-r--r--graphics/php52-gd/files/patch-config.m417
1 files changed, 13 insertions, 4 deletions
diff --git a/graphics/php52-gd/files/patch-config.m4 b/graphics/php52-gd/files/patch-config.m4
index a0cc4ad378d6..b1877eef1874 100644
--- a/graphics/php52-gd/files/patch-config.m4
+++ b/graphics/php52-gd/files/patch-config.m4
@@ -1,8 +1,17 @@
---- ext/gd/config.m4.orig Mon May 30 01:16:41 2005
-+++ ext/gd/config.m4 Wed Dec 7 11:01:13 2005
-@@ -220,7 +220,7 @@
+--- config.m4.orig 2007-07-03 19:25:43.000000000 +0200
++++ config.m4 2013-12-24 21:04:48.000000000 +0100
+@@ -204,7 +204,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
+@@ -251,7 +251,7 @@
],[
- AC_MSG_ERROR([Problem with libt1.(a|so). Please check config.log for more information.])
+ AC_MSG_ERROR([Problem with libt1.(a|so). Please check config.log for more information.])
],[
- -L$GD_T1_DIR/$PHP_LIBDIR
+ -L$GD_T1_DIR/$PHP_LIBDIR -lm