pkgsrc/mail/mailsync/patches/patch-ad

13 lines
540 B
Text

$NetBSD: patch-ad,v 1.1 2008/04/20 22:47:15 dbj Exp $
--- aclocal.m4.orig 2004-06-30 01:04:06.000000000 -0700
+++ aclocal.m4 2008-04-20 13:35:19.000000000 -0700
@@ -933,7 +933,7 @@ AC_DEFUN(AC_WITH_OPENSSL,[
else
AC_MSG_CHECKING([for libssl])
for p in `eval "echo {${OPENSSLLOCATIONS}}{/lib,/lib64}"` ; do
- if test -r "${p}/libssl.a" -o -r "${p}/libssl.so" ; then
+ if test -r "${p}/libssl.a" -o -r "${p}/libssl.so" -o -r "${p}/libssl.dylib" ; then
OPENSSL_LDFLAGS="-L${p}"
AC_MSG_RESULT([found in ${p}])
break