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

(-)lang/perl5-devel/Makefile (-1 / +1 lines)
Lines 45-51 Link Here
45
.if !exists(/usr/sbin/dtrace)
45
.if !exists(/usr/sbin/dtrace)
46
OPTIONS_EXCLUDE+=	DTRACE
46
OPTIONS_EXCLUDE+=	DTRACE
47
.endif
47
.endif
48
.for a in aarch64 arm armeb armv6 mips mips64 mips64el mipsel mipsn32 powerpc \
48
.for a in aarch64 arm armeb armv6 armv7 mips mips64 mips64el mipsel mipsn32 powerpc \
49
	powerpc64 sparc64
49
	powerpc64 sparc64
50
OPTIONS_EXCLUDE_${a}=	DTRACE
50
OPTIONS_EXCLUDE_${a}=	DTRACE
51
.endfor
51
.endfor
(-)lang/perl5.24/Makefile (-1 / +1 lines)
Lines 34-40 Link Here
34
.if !exists(/usr/sbin/dtrace)
34
.if !exists(/usr/sbin/dtrace)
35
OPTIONS_EXCLUDE+=	DTRACE
35
OPTIONS_EXCLUDE+=	DTRACE
36
.endif
36
.endif
37
.for a in aarch64 arm armeb armv6 mips mips64 mips64el mipsel mipsn32 powerpc \
37
.for a in aarch64 arm armeb armv6 armv7 mips mips64 mips64el mipsel mipsn32 powerpc \
38
	powerpc64 sparc64
38
	powerpc64 sparc64
39
OPTIONS_EXCLUDE_${a}=	DTRACE
39
OPTIONS_EXCLUDE_${a}=	DTRACE
40
.endfor
40
.endfor
(-)lang/perl5.26/Makefile (-1 / +1 lines)
Lines 32-38 Link Here
32
.if !exists(/usr/sbin/dtrace)
32
.if !exists(/usr/sbin/dtrace)
33
OPTIONS_EXCLUDE+=	DTRACE
33
OPTIONS_EXCLUDE+=	DTRACE
34
.endif
34
.endif
35
.for a in aarch64 arm armeb armv6 mips mips64 mips64el mipsel mipsn32 powerpc \
35
.for a in aarch64 arm armeb armv6 armv7 mips mips64 mips64el mipsel mipsn32 powerpc \
36
	powerpc64 sparc64
36
	powerpc64 sparc64
37
OPTIONS_EXCLUDE_${a}=	DTRACE
37
OPTIONS_EXCLUDE_${a}=	DTRACE
38
.endfor
38
.endfor

Return to bug 221900