diff options
author | Alex Dupre <ale@FreeBSD.org> | 2005-11-16 08:24:47 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2005-11-16 08:24:47 +0000 |
commit | 730fa7041892af367bccd5ae3790e3648899fe86 (patch) | |
tree | 42191ea10608db13e09b77b411ecd79855c72611 /lang/php4/files/patch-acinclude.m4 | |
parent | - Update master site (diff) |
- Fix pear pkg-plist
- Increase pear memory limit (requested by amd64)
- Revert apache2handler to the latest working version found in
PHP 4.4.0, since PHP developers seem not interested in
fixing the bug with apache2 and mod_rewrite
Notes
Notes:
svn path=/head/; revision=148439
Diffstat (limited to 'lang/php4/files/patch-acinclude.m4')
-rw-r--r-- | lang/php4/files/patch-acinclude.m4 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lang/php4/files/patch-acinclude.m4 b/lang/php4/files/patch-acinclude.m4 index aa1a2e8d683c..853082ef6319 100644 --- a/lang/php4/files/patch-acinclude.m4 +++ b/lang/php4/files/patch-acinclude.m4 @@ -1,7 +1,7 @@ ---- acinclude.m4.orig Mon Apr 4 10:30:15 2005 -+++ acinclude.m4 Mon Apr 4 10:33:00 2005 -@@ -1685,9 +1685,9 @@ - unset OPENSSL_LIBDIR +--- acinclude.m4.orig Fri Sep 23 11:20:22 2005 ++++ acinclude.m4 Tue Nov 15 23:25:54 2005 +@@ -1709,9 +1709,9 @@ + test -z "$PHP_IMAP_SSL" && PHP_IMAP_SSL=no dnl Fallbacks for different configure options - if test "$PHP_OPENSSL" != "no"; then |