diff options
author | Alex Dupre <ale@FreeBSD.org> | 2005-11-16 08:33:09 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2005-11-16 08:33:09 +0000 |
commit | 9a201016ae7a7540c42c000240e6077b8b31489e (patch) | |
tree | 5f1f36f52cdcf93f5543e3d0d1abb694a7cf0328 /lang/php53/files/patch-acinclude.m4 | |
parent | - Fix pear pkg-plist (diff) |
- Fix pear pkg-plist
- Increase pear memory limit (requested by amd64)
Notes
Notes:
svn path=/head/; revision=148440
Diffstat (limited to 'lang/php53/files/patch-acinclude.m4')
-rw-r--r-- | lang/php53/files/patch-acinclude.m4 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lang/php53/files/patch-acinclude.m4 b/lang/php53/files/patch-acinclude.m4 index 32a0ca4c79c9..925902e0e2e8 100644 --- a/lang/php53/files/patch-acinclude.m4 +++ b/lang/php53/files/patch-acinclude.m4 @@ -1,7 +1,7 @@ ---- acinclude.m4.orig Tue Jan 25 14:02:45 2005 -+++ acinclude.m4 Mon Apr 4 11:09:25 2005 -@@ -1681,9 +1681,9 @@ - unset OPENSSL_LIBDIR +--- acinclude.m4.orig Tue Jul 26 00:31:07 2005 ++++ acinclude.m4 Wed Nov 16 09:30:03 2005 +@@ -1707,9 +1707,9 @@ + test -z "$PHP_IMAP_SSL" && PHP_IMAP_SSL=no dnl Fallbacks for different configure options - if test "$PHP_OPENSSL" != "no"; then |