summaryrefslogtreecommitdiff
path: root/lang/php53/patches/patch-aa
blob: 15d836eaf41b0d67af90cc03757ae08ac9c8363b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-aa,v 1.2 2011/03/19 07:01:19 taca Exp $

--- acinclude.m4.orig	2011-02-15 08:28:22.000000000 +0000
+++ acinclude.m4
@@ -2341,7 +2341,7 @@ AC_DEFUN([PHP_SETUP_OPENSSL],[
   if test "$found_openssl" = "no"; then
   
     if test "$PHP_OPENSSL_DIR" = "yes"; then
-      PHP_OPENSSL_DIR="/usr/local/ssl /usr/local /usr /usr/local/openssl"
+      PHP_OPENSSL_DIR="/usr/local/ssl /usr/local /usr /usr/local/openssl /"
     fi
 
     for i in $PHP_OPENSSL_DIR; do