ports/graphics/php52-gd/files/patch-config.m4
Dirk Meyer d111d16900 - PHP 5.2 slave port
PR:		145772
Submitted by:	Alex Keda
2010-04-23 15:53:34 +00:00

11 lines
304 B
Text

--- config.m4.orig Mon May 30 01:16:41 2005
+++ config.m4 Wed Dec 7 11:01:13 2005
@@ -220,7 +220,7 @@
],[
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
])
fi
])