1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00

lang/php74: disable DTRACE on powerpc and powerpc64

DTRACE works on 12.1 and head with php72 and php73, but seems to have problems with php74 and 12.1 (head works fine).
This commit is contained in:
Piotr Kubaj 2020-02-09 12:11:55 +00:00
parent d6874e7c55
commit 70b1cefb95
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=525654

View File

@ -45,6 +45,8 @@ OPTIONS_EXCLUDE_armv7= DTRACE
# 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= DTRACE
OPTIONS_EXCLUDE_sparc64= DTRACE
OPTIONS_SUB= yes