Date: Tue, 21 Jun 2016 05:40:47 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 210426] www/node: Does not compile with BUNDLED_SSL enabled and LibreSSL installed Message-ID: <bug-210426-13-YWSGLKGjC8@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-210426-13@https.bugs.freebsd.org/bugzilla/> References: <bug-210426-13@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D210426 --- Comment #3 from w.schwarzenfeld@utanet.at --- I think the conditional should changed from .if defined(OPENSSL_PORT) && (${OPENSSL_PORT} =3D=3D "security/libressl" || ${OPENSSL_PORT} =3D=3D "security/libressl-devel") to .if (${SSL_DEFAULT} =3D=3D "libressl" || ${SSL_DEFAULT} =3D=3D "libressl-de= vel") --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-210426-13-YWSGLKGjC8>