sysutils/ipmitool: sync with upstream

Taken from: FreeBSD
This commit is contained in:
Franco Fichtner 2021-09-30 21:37:23 +02:00
parent ef7150b1d1
commit dff4ba3a31

View file

@ -48,7 +48,7 @@ FREEIPMI_CONFIGURE_ENABLE= intf-free
.include <bsd.port.options.mk>
.if (${OPSYS} == FreeBSD && ${OSVERSION} >= 1200085) || ${SSL_DEFAULT} == openssl
.if ${OPSYS} == FreeBSD || ${SSL_DEFAULT} == openssl
EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-src_plugins_lanplus_lanplus__crypt__impl.c
.endif