diff options
author | Alex Dupre <ale@FreeBSD.org> | 2005-12-09 19:41:41 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2005-12-09 19:41:41 +0000 |
commit | 0edcc400292e872cca3456e62be5cffc5ef26333 (patch) | |
tree | cc6c372c23a2ece9493d977bfe87c7c39e5e2cf8 /graphics/php5-gd/files | |
parent | c3d2f3bcb42813b5ef1ae55a0c32dffb30abf67a (diff) | |
download | ports-0edcc400292e872cca3456e62be5cffc5ef26333.tar.gz ports-0edcc400292e872cca3456e62be5cffc5ef26333.zip |
Notes
Diffstat (limited to 'graphics/php5-gd/files')
-rw-r--r-- | graphics/php5-gd/files/patch-config.m4 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/graphics/php5-gd/files/patch-config.m4 b/graphics/php5-gd/files/patch-config.m4 index 3a4e549c1e45..03b69a1c248a 100644 --- a/graphics/php5-gd/files/patch-config.m4 +++ b/graphics/php5-gd/files/patch-config.m4 @@ -1,11 +1,11 @@ ---- config.m4.orig Thu Dec 25 23:33:02 2003 -+++ config.m4 Wed Jul 7 14:37:18 2004 -@@ -219,7 +219,7 @@ +--- 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/lib -+ -L$GD_T1_DIR/lib -lm +- -L$GD_T1_DIR/$PHP_LIBDIR ++ -L$GD_T1_DIR/$PHP_LIBDIR -lm ]) fi ]) |