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

(-)audio/opus/Makefile (-2 / +2 lines)
Lines 22-31 Link Here
22
regression-test: build
22
regression-test: build
23
	@cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} check
23
	@cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} check
24
24
25
.include <bsd.port.pre.mk>
25
.include <bsd.port.options.mk>
26
26
27
.if ${ARCH} == "arm"
27
.if ${ARCH} == "arm"
28
CONFIGURE_ARGS+=--enable-fixed-point
28
CONFIGURE_ARGS+=--enable-fixed-point
29
.endif
29
.endif
30
30
31
.include <bsd.port.post.mk>
31
.include <bsd.port.mk>

Return to bug 180585