View | Details | Raw Unified | Return to bug 223987
Collapse All | Expand All

(-)www/webkit2-gtk3/Makefile (-1 / +1 lines)
Lines 88-94 Link Here
88
88
89
.include <bsd.port.options.mk>
89
.include <bsd.port.options.mk>
90
90
91
.if ${ARCH} == armv6
91
.if ${ARCH} == armv6 || ${ARCH} == armv7
92
CMAKE_ARGS+=	-DENABLE_JIT:BOOL=OFF
92
CMAKE_ARGS+=	-DENABLE_JIT:BOOL=OFF
93
.endif
93
.endif

Return to bug 223987