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

Collapse All | Expand All

(-)b/lang/python311/Makefile (+4 lines)
Lines 87-92 PYMALLOC_CONFIGURE_WITH= pymalloc Link Here
87
ABIFLAGS:=	d${ABIFLAGS}
87
ABIFLAGS:=	d${ABIFLAGS}
88
.endif
88
.endif
89
89
90
.if ${ARCH} == "armv7"
91
USES+=		llvm:max=16,build
92
.endif
93
90
.if !empty(ABIFLAGS)
94
.if !empty(ABIFLAGS)
91
PLIST_FILES+=	bin/python${PYTHON_VER}${ABIFLAGS} \
95
PLIST_FILES+=	bin/python${PYTHON_VER}${ABIFLAGS} \
92
		bin/python${PYTHON_VER}${ABIFLAGS}-config \
96
		bin/python${PYTHON_VER}${ABIFLAGS}-config \

Return to bug 276249