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

(-)Makefile (-1 / +2 lines)
Lines 12-18 Link Here
12
12
13
LICENSE=	PHP301
13
LICENSE=	PHP301
14
14
15
USES+=		tar:xz cpe gnome pkgconfig
15
USES+=		compiler:c11 tar:xz cpe gnome pkgconfig
16
CPE_PRODUCT=	php
16
CPE_PRODUCT=	php
17
NO_OPTIONS_SORT=yes
17
NO_OPTIONS_SORT=yes
18
18
Lines 40-45 Link Here
40
# ld(1) fails to link probes: Relocations in generic ELF (EM: 0)
40
# ld(1) fails to link probes: Relocations in generic ELF (EM: 0)
41
OPTIONS_EXCLUDE_aarch64=	DTRACE
41
OPTIONS_EXCLUDE_aarch64=	DTRACE
42
OPTIONS_EXCLUDE_powerpc=	DTRACE
42
OPTIONS_EXCLUDE_powerpc=	DTRACE
43
OPTIONS_EXCLUDE_powerpc64=	DTRACE
43
# dt_modtext:opensolaris/ib/libdtrace/common/dt_link.c: arm not impemented
44
# dt_modtext:opensolaris/ib/libdtrace/common/dt_link.c: arm not impemented
44
OPTIONS_EXCLUDE_armv6=		DTRACE
45
OPTIONS_EXCLUDE_armv6=		DTRACE
45
OPTIONS_EXCLUDE_armv7=		DTRACE
46
OPTIONS_EXCLUDE_armv7=		DTRACE

Return to bug 240733