View | Details | Raw Unified | Return to bug 283169 | Differences between
and this patch

Collapse All | Expand All

(-)b/net/libfabric/Makefile (-3 / +7 lines)
Lines 33-46 OPTIONS_DEFAULT= ${OPTIONS_MULTI_PROVIDERS} Link Here
33
OPTIONS_SUB=			yes
33
OPTIONS_SUB=			yes
34
PROVIDERS_DESC=			Providers to build:
34
PROVIDERS_DESC=			Providers to build:
35
35
36
OPTIONS_MULTI_PROVIDERS+=	VERBS
37
VERBS_PLIST_FILES=		share/man/man7/fi_verbs.7.gz
38
39
.for p in ${OPTIONS_MULTI_PROVIDERS}
36
.for p in ${OPTIONS_MULTI_PROVIDERS}
40
${p}_DESC=			'${p:tl}' provider
37
${p}_DESC=			'${p:tl}' provider
41
${p}_CONFIGURE_ENABLE=		${p:tl}
38
${p}_CONFIGURE_ENABLE=		${p:tl}
42
.endfor
39
.endfor
43
40
41
.include <bsd.port.options.mk>
42
43
.if ! ( ${ARCH} == armv7 && ${OSREL:R} >= 14 )
44
OPTIONS_MULTI_PROVIDERS+=	VERBS
45
VERBS_PLIST_FILES=		share/man/man7/fi_verbs.7.gz
46
.endif
47
44
SED_WRAP_CLOSE=	{ \
48
SED_WRAP_CLOSE=	{ \
45
		i\\\n \
49
		i\\\n \
46
		\#ifdef SHIM_SYS_SHIM_HELPERS\\\n \
50
		\#ifdef SHIM_SYS_SHIM_HELPERS\\\n \

Return to bug 283169