freebsd-ports/graphics/php4-gd/files/patch-config.m4
Alex Dupre af7695c0ae Update to 4.3.9 release:
- Fix compilation of thread-safe PHP after the PTHREAD_LIBS change
- Include md5 and blowfish support on amd64 (fix headers) [1]
- Fix vulnerability in RFC 1867 file upload processing [2]
- Fix php_variables memory disclosure [2]
- GD LZW-GIF support is now enabled by default

PR:		ports/71752 [1], ports/72420 [2]
Submitted by:	Adam Gregoire <bsdunx@yahoo.com> [1],
		Dmitry A Grigorovich <odip@bionet.nsc.ru> [2]
Approved by:	portmgr (kris)
2004-10-11 19:47:20 +00:00

11 lines
288 B
Text

--- config.m4.orig Thu Dec 25 23:33:02 2003
+++ config.m4 Wed Jul 7 14:37:18 2004
@@ -219,7 +219,7 @@
],[
AC_MSG_ERROR([Problem with libt1.(a|so). Please check config.log for more information.])
],[
- -L$GD_T1_DIR/lib
+ -L$GD_T1_DIR/lib -lm
])
fi
])