Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 Oct 2015 13:32:25 +0000 (UTC)
From:      Dmitry Sivachenko <demon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r399469 - head/net/haproxy-devel
Message-ID:  <201510161332.t9GDWPMr036654@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510161332.t9GDWPMr036654>