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

lang/php70 and lang/php71: enable to build on sparc64

Disabling DTRACE for sparc64 allows to build the port on it

PR:           221761
Submitted by: Mark Linimon <linimon@FreeBSD.org>
This commit is contained in:
Torsten Zuehlsdorff 2017-09-15 10:26:14 +00:00
parent 7a44acf34b
commit cfce0888b9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=449898
2 changed files with 2 additions and 0 deletions

View File

@ -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

View File

@ -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