diff options
author | linimon <linimon@FreeBSD.org> | 2018-06-19 09:27:03 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2018-06-19 09:27:03 +0800 |
commit | b7ba929168ddd485ce721dbbd3e19b06d3f882ba (patch) | |
tree | dbb78260df18b5067252bf3c893ad3134ef80606 /security | |
parent | 97833137e2588d46dadd41d1bc0c81187c8d497b (diff) | |
download | freebsd-ports-gnome-b7ba929168ddd485ce721dbbd3e19b06d3f882ba.tar.gz freebsd-ports-gnome-b7ba929168ddd485ce721dbbd3e19b06d3f882ba.tar.zst freebsd-ports-gnome-b7ba929168ddd485ce721dbbd3e19b06d3f882ba.zip |
Fails the same way on aarch64/11 as on 12.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'security')
-rw-r--r-- | security/pecl-crypto/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/pecl-crypto/Makefile b/security/pecl-crypto/Makefile index 053e295d39f6..96f23630e5f9 100644 --- a/security/pecl-crypto/Makefile +++ b/security/pecl-crypto/Makefile @@ -10,7 +10,7 @@ COMMENT= Objective wrapper for OpenSSL Crypto Library LICENSE= PHP301 -BROKEN_FreeBSD_12_aarch64= fails to configure: C compiler cannot create executables +BROKEN_aarch64= fails to configure: C compiler cannot create executables BROKEN_armv6= fails to configure: C compiler cannot create executables BROKEN_armv7= fails to configure: C compiler cannot create executables BROKEN_mips= fails to configure: C compiler cannot create executables |