git: dea82318648e - main - net/mpich: switch L0=off to --without-ze after 697c7df81364

From: Jan Beich <jbeich_at_FreeBSD.org>
Date: Thu, 28 Oct 2021 00:08:28 UTC
The branch main has been updated by jbeich:

URL: https://cgit.FreeBSD.org/ports/commit/?id=dea82318648e46c157874bd1079f50b23c9c08d0

commit dea82318648e46c157874bd1079f50b23c9c08d0
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2021-10-27 23:48:16 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2021-10-28 00:08:04 +0000

    net/mpich: switch L0=off to --without-ze after 697c7df81364
    
    https://github.com/pmodels/mpich/commit/67b1e07851fe
    https://github.com/pmodels/mpich/commit/84ae6243139c
    
    PR:             252536
    Reported by:    Edoardo Aprà
---
 net/mpich/Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/net/mpich/Makefile b/net/mpich/Makefile
index 24fef58e258e..588179cca9e4 100644
--- a/net/mpich/Makefile
+++ b/net/mpich/Makefile
@@ -55,8 +55,7 @@ DHYDRA_DESC=	Make hydra the default process manager
 
 L0_DESC=		oneAPI Level Zero support
 L0_LIB_DEPENDS=		libze_loader.so:devel/level-zero
-L0_CONFIGURE_ENV_OFF=	ac_cv_header_level_zero_ze_api_h=no \
-			ac_cv_lib_ze_loader_zeInit=no
+L0_CONFIGURE_OFF=	--without-ze
 
 CONFIGURE_ARGS=	--enable-fast="" --with-hwloc-prefix=${LOCALBASE} \
 		--with-libfabric=${LOCALBASE} \