diff options
author | tz <tz@FreeBSD.org> | 2017-09-15 18:26:14 +0800 |
---|---|---|
committer | tz <tz@FreeBSD.org> | 2017-09-15 18:26:14 +0800 |
commit | c491c990762cecf3ab5b47aec284c3ff8d39f997 (patch) | |
tree | 08fce004c98701499b5d25148d0652921d1a7043 | |
parent | 31a17d9452227f12024fc35f5ec126b7f59f8dd7 (diff) | |
download | freebsd-ports-gnome-c491c990762cecf3ab5b47aec284c3ff8d39f997.tar.gz freebsd-ports-gnome-c491c990762cecf3ab5b47aec284c3ff8d39f997.tar.zst freebsd-ports-gnome-c491c990762cecf3ab5b47aec284c3ff8d39f997.zip |
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>
-rw-r--r-- | lang/php70/Makefile | 1 | ||||
-rw-r--r-- | lang/php71/Makefile | 1 |
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 |