svn commit: r481690 - head/mail/fdm/files

Dirk Meyer dinoex at FreeBSD.org
Wed Oct 10 06:09:48 UTC 2018


Author: dinoex
Date: Wed Oct 10 06:09:47 2018
New Revision: 481690
URL: https://svnweb.freebsd.org/changeset/ports/481690

Log:
  - fix OpenSSL 1.1.x build
  PR:		232131
  Submitted by:	Nathan

Added:
  head/mail/fdm/files/
  head/mail/fdm/files/patch-configure.ac   (contents, props changed)

Added: head/mail/fdm/files/patch-configure.ac
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/mail/fdm/files/patch-configure.ac	Wed Oct 10 06:09:47 2018	(r481690)
@@ -0,0 +1,11 @@
+--- configure.ac.orig	2018-10-09 21:50:40 UTC
++++ configure.ac
+@@ -83,7 +83,7 @@ if test "x$found_libcrypto" = xno; then
+ 	AC_MSG_ERROR("libcrypto not found")
+ fi
+ AC_SEARCH_LIBS(
+-	SSL_library_init,
++	SSL_CTX_new,
+ 	[ssl],
+ 	found_libssl=yes,
+ 	found_libssl=no


More information about the svn-ports-all mailing list