freebsd-ports/graphics/php56-gd/files/patch-config.m4
Alex Dupre b1e3ed17fd Fix integer overflow in gdImageWebpCtx and bump PORTREVISION.
PR:		213023
Submitted by:	Vladimir Krstulja <vlad-fbsd@acheronmedia.com>
2016-09-28 08:20:46 +00:00

11 lines
351 B
Text

--- config.m4.orig 2016-09-15 23:02:50.000000000 +0200
+++ config.m4 2016-09-28 10:10:26.335642000 +0200
@@ -228,7 +228,7 @@ AC_DEFUN([PHP_GD_T1LIB],[
],[
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
])