svn commit: r399469 - head/net/haproxy-devel

Dmitry Sivachenko demon at FreeBSD.org
Fri Oct 16 13:32:26 UTC 2015


Author: demon
Date: Fri Oct 16 13:32:25 2015
New Revision: 399469
URL: https://svnweb.freebsd.org/changeset/ports/399469

Log:
  Try to fix 9.x build.

Modified:
  head/net/haproxy-devel/Makefile

Modified: head/net/haproxy-devel/Makefile
==============================================================================
--- head/net/haproxy-devel/Makefile	Fri Oct 16 13:31:10 2015	(r399468)
+++ head/net/haproxy-devel/Makefile	Fri Oct 16 13:32:25 2015	(r399469)
@@ -60,6 +60,10 @@ IGNORE?=	Enable PCRE support to use Devi
 
 .if ${PORT_OPTIONS:MOPENSSL}
 USE_OPENSSL=	yes
+.if ${OSVERSION} < 1000015
+WITH_OPENSSL_PORT=	yes
+MAKE_ARGS+=	SSL_LIB=${OPENSSLLIB} SSL_INC=${OPENSSLINC}
+.endif
 MAKE_ARGS+=	USE_OPENSSL=1
 .endif
 


More information about the svn-ports-all mailing list