1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00

net/libfabric: fix build on armv7

PR:		283169
This commit is contained in:
Ronald Klop 2024-12-14 22:41:58 -08:00 committed by Yuri Victorovich
parent a4e5a5f6d9
commit a0759227bb

View File

@ -1,6 +1,6 @@
PORTNAME= libfabric
DISTVERSION= 1.15.1
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= net
MASTER_SITES= https://github.com/ofiwg/${PORTNAME}/releases/download/v${DISTVERSION}/
@ -33,14 +33,18 @@ OPTIONS_DEFAULT= ${OPTIONS_MULTI_PROVIDERS}
OPTIONS_SUB= yes
PROVIDERS_DESC= Providers to build:
OPTIONS_MULTI_PROVIDERS+= VERBS
VERBS_PLIST_FILES= share/man/man7/fi_verbs.7.gz
.for p in ${OPTIONS_MULTI_PROVIDERS}
${p}_DESC= '${p:tl}' provider
${p}_CONFIGURE_ENABLE= ${p:tl}
.endfor
.include <bsd.port.options.mk>
.if ! ( ${ARCH} == armv7 && ${OSREL:R} >= 14 )
OPTIONS_MULTI_PROVIDERS+= VERBS
VERBS_PLIST_FILES= share/man/man7/fi_verbs.7.gz
.endif
SED_WRAP_CLOSE= { \
i\\\n \
\#ifdef SHIM_SYS_SHIM_HELPERS\\\n \