freebsd-ports/graphics/php5-gd/files/patch-config.m4
Alex Dupre def51b4547 Update to 5.0.1 release:
- GD GIF output support is now enabled by default
2004-08-23 13:18:39 +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
])