diff options
author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2020-02-09 20:11:55 +0800 |
---|---|---|
committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2020-02-09 20:11:55 +0800 |
commit | 70b1cefb95fca083422a838ec841c546709471bb (patch) | |
tree | 6a7db1447743afd7ae118cbbb489ad0a1e580e8e /lang/php74 | |
parent | d6874e7c55f00294f4dde00ed702d10b1729978f (diff) | |
download | freebsd-ports-gnome-70b1cefb95fca083422a838ec841c546709471bb.tar.gz freebsd-ports-gnome-70b1cefb95fca083422a838ec841c546709471bb.tar.zst freebsd-ports-gnome-70b1cefb95fca083422a838ec841c546709471bb.zip |
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).
Diffstat (limited to 'lang/php74')
-rw-r--r-- | lang/php74/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/php74/Makefile b/lang/php74/Makefile index ddbb5250b52b..617b7b92058c 100644 --- a/lang/php74/Makefile +++ b/lang/php74/Makefile @@ -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 |