diff options
author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2021-06-10 09:23:31 +0000 |
---|---|---|
committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2021-06-10 09:23:31 +0000 |
commit | 5a51fe84f753416137130fccce130fd532689208 (patch) | |
tree | 4aea75f36cf41d27284f73ad54f50b7dfc753574 | |
parent | 9b1671d74c24ce6d07513e76c91d3a47f6cdee08 (diff) | |
download | ports-5a51fe84f753416137130fccce130fd532689208.tar.gz ports-5a51fe84f753416137130fccce130fd532689208.zip |
lang/php74: enable DTRACE on powerpc
-rw-r--r-- | lang/php74/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lang/php74/Makefile b/lang/php74/Makefile index 9e3ff771d4e8..73dceab16cd6 100644 --- a/lang/php74/Makefile +++ b/lang/php74/Makefile @@ -43,7 +43,6 @@ 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= ${OPTIONS_EXCLUDE_${ARCH}_${OSREL:R}} OPTIONS_EXCLUDE_powerpc64_11= DTRACE OPTIONS_EXCLUDE_powerpc64_12= DTRACE |