From 2cee0c25ff8d89399897cac7c1dcb1444b2f79d3 Mon Sep 17 00:00:00 2001 From: Alex Dupre Date: Mon, 4 Apr 2005 09:20:21 +0000 Subject: Update PHP ports to 4.3.11 and 5.0.4 releases: - fix security issues - unbreak PEAR packages [1] PR: ports/78516 [1] Submitted by: Yen-Ming Lee [1] Tested by: thierry --- lang/php4/files/patch-acinclude.m4 | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 lang/php4/files/patch-acinclude.m4 (limited to 'lang/php4/files/patch-acinclude.m4') diff --git a/lang/php4/files/patch-acinclude.m4 b/lang/php4/files/patch-acinclude.m4 new file mode 100644 index 000000000000..aa1a2e8d683c --- /dev/null +++ b/lang/php4/files/patch-acinclude.m4 @@ -0,0 +1,14 @@ +--- 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 + + dnl Fallbacks for different configure options +- if test "$PHP_OPENSSL" != "no"; then ++ if test -n "$PHP_OPENSSL" && test "$PHP_OPENSSL" != "no"; then + PHP_OPENSSL_DIR=$PHP_OPENSSL +- elif test "$PHP_IMAP_SSL" != "no"; then ++ elif test -n "$PHP_IMAP_SSL" && test "$PHP_IMAP_SSL" != "no"; then + PHP_OPENSSL_DIR=$PHP_IMAP_SSL + fi + -- cgit v1.2.3