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

(-)b/devel/efl/Makefile (-1 / +5 lines)
Lines 305-310 MESON_ARGS+= ${EVAS-LOADERS-DISABLER} Link Here
305
MESON_ARGS+=	-Db_asneeded=false
305
MESON_ARGS+=	-Db_asneeded=false
306
.endif
306
.endif
307
307
308
.if ${ARCH:Marmv?}
309
BUILD_DEPENDS+=	as:devel/binutils@native
310
CFLAGS+=	-no-integrated-as
311
.endif
312
308
.if ${PORT_OPTIONS:MLUA} && ${PORT_OPTIONS:MCXX}
313
.if ${PORT_OPTIONS:MLUA} && ${PORT_OPTIONS:MCXX}
309
EFL_BINDINGS=	-Dbindings=lua,cxx
314
EFL_BINDINGS=	-Dbindings=lua,cxx
310
.else
315
.else
311
- 

Return to bug 259443