aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lang/php70/Makefile1
-rw-r--r--lang/php71/Makefile1
2 files changed, 2 insertions, 0 deletions
diff --git a/lang/php70/Makefile b/lang/php70/Makefile
index 8fdc55f047ef..9765807abba2 100644
--- a/lang/php70/Makefile
+++ b/lang/php70/Makefile
@@ -46,6 +46,7 @@ OPTIONS_SUB= yes
OPTIONS_EXCLUDE_DragonFly= DTRACE
# ld(1) fails to link probes: Relocations in generic ELF (EM: 0)
OPTIONS_EXCLUDE_aarch64= DTRACE
+OPTIONS_EXCLUDE_sparc64= DTRACE
CLI_DESC= Build CLI version
CGI_DESC= Build CGI version
diff --git a/lang/php71/Makefile b/lang/php71/Makefile
index f33361c9514c..9486cad515b9 100644
--- a/lang/php71/Makefile
+++ b/lang/php71/Makefile
@@ -48,6 +48,7 @@ OPTIONS_SUB= yes
OPTIONS_EXCLUDE_DragonFly= DTRACE
# ld(1) fails to link probes: Relocations in generic ELF (EM: 0)
OPTIONS_EXCLUDE_aarch64= DTRACE
+OPTIONS_EXCLUDE_sparc64= DTRACE
CLI_DESC= Build CLI version
CGI_DESC= Build CGI version