summaryrefslogtreecommitdiff
path: root/lang/php53/patches/patch-aa
blob: 018f5040fa25aa899e3d47f61da76e66d7263980 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-aa,v 1.3 2013/07/12 00:07:04 taca Exp $

--- acinclude.m4.orig	2013-07-10 17:43:08.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