diff options
author | linimon <linimon@FreeBSD.org> | 2019-08-26 23:57:51 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2019-08-26 23:57:51 +0800 |
commit | f44740ccf76b4bf9915ba319e4352167f384f994 (patch) | |
tree | b9e0441993795de58f72d8db269d3fa19229ab7b /security | |
parent | 48a54e2169535afcbab2499df73d9db0f5a28093 (diff) | |
download | freebsd-ports-gnome-f44740ccf76b4bf9915ba319e4352167f384f994.tar.gz freebsd-ports-gnome-f44740ccf76b4bf9915ba319e4352167f384f994.tar.zst freebsd-ports-gnome-f44740ccf76b4bf9915ba319e4352167f384f994.zip |
These ports now build on aarch64.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'security')
-rw-r--r-- | security/pecl-crypto/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/security/pecl-crypto/Makefile b/security/pecl-crypto/Makefile index 5214d63cf3da..a05f526180e8 100644 --- a/security/pecl-crypto/Makefile +++ b/security/pecl-crypto/Makefile @@ -11,7 +11,6 @@ COMMENT= Objective wrapper for OpenSSL Crypto Library LICENSE= PHP301 -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 |