Index: lang/php71/Makefile =================================================================== --- lang/php71/Makefile (revision 517332) +++ lang/php71/Makefile (working copy) @@ -45,6 +45,8 @@ # Bug 197128: No ASM code for MIPS/MIPS64, disable FPM OPTIONS_EXCLUDE_mips= DTRACE FPM OPTIONS_EXCLUDE_mips64= DTRACE FPM +OPTIONS_EXCLUDE_powerpc64= ${OPTIONS_EXCLUDE_${ARCH}_${OSREL:R}} +OPTIONS_EXCLUDE_powerpc64_13= DTRACE OPTIONS_EXCLUDE_sparc64= DTRACE OPTIONS_SUB= yes Index: lang/php72/Makefile =================================================================== --- lang/php72/Makefile (revision 517332) +++ lang/php72/Makefile (working copy) @@ -46,6 +46,8 @@ # Bug 197128: No ASM code for MIPS/MIPS64, disable FPM OPTIONS_EXCLUDE_mips= DTRACE FPM OPTIONS_EXCLUDE_mips64= DTRACE FPM +OPTIONS_EXCLUDE_powerpc64= ${OPTIONS_EXCLUDE_${ARCH}_${OSREL:R}} +OPTIONS_EXCLUDE_powerpc64_13= DTRACE OPTIONS_EXCLUDE_sparc64= DTRACE OPTIONS_SUB= yes Index: lang/php73/Makefile =================================================================== --- lang/php73/Makefile (revision 517332) +++ lang/php73/Makefile (working copy) @@ -41,7 +41,6 @@ OPTIONS_EXCLUDE_DragonFly= DTRACE # ld(1) fails to link probes: Relocations in generic ELF (EM: 0) OPTIONS_EXCLUDE_aarch64= DTRACE -OPTIONS_EXCLUDE_powerpc= DTRACE # dt_modtext:opensolaris/ib/libdtrace/common/dt_link.c: arm not impemented OPTIONS_EXCLUDE_armv6= DTRACE OPTIONS_EXCLUDE_armv7= DTRACE @@ -48,6 +47,9 @@ # Bug 197128: No ASM code for MIPS/MIPS64, disable FPM OPTIONS_EXCLUDE_mips= DTRACE FPM OPTIONS_EXCLUDE_mips64= DTRACE FPM +OPTIONS_EXCLUDE_powerpc= DTRACE +OPTIONS_EXCLUDE_powerpc64= ${OPTIONS_EXCLUDE_${ARCH}_${OSREL:R}} +OPTIONS_EXCLUDE_powerpc64_13= DTRACE OPTIONS_EXCLUDE_sparc64= DTRACE OPTIONS_SUB= yes Index: lang/php74/Makefile =================================================================== --- lang/php74/Makefile (revision 517332) +++ lang/php74/Makefile (working copy) @@ -39,8 +39,6 @@ OPTIONS_EXCLUDE_DragonFly= DTRACE # ld(1) fails to link probes: Relocations in generic ELF (EM: 0) OPTIONS_EXCLUDE_aarch64= DTRACE -OPTIONS_EXCLUDE_powerpc= DTRACE -OPTIONS_EXCLUDE_powerpc64= DTRACE # dt_modtext:opensolaris/ib/libdtrace/common/dt_link.c: arm not impemented OPTIONS_EXCLUDE_armv6= DTRACE OPTIONS_EXCLUDE_armv7= DTRACE @@ -47,6 +45,9 @@ # Bug 197128: No ASM code for MIPS/MIPS64, disable FPM OPTIONS_EXCLUDE_mips= DTRACE FPM OPTIONS_EXCLUDE_mips64= DTRACE FPM +OPTIONS_EXCLUDE_powerpc= DTRACE +OPTIONS_EXCLUDE_powerpc64= ${OPTIONS_EXCLUDE_${ARCH}_${OSREL:R}} +OPTIONS_EXCLUDE_powerpc64_13= DTRACE OPTIONS_EXCLUDE_sparc64= DTRACE OPTIONS_SUB= yes