git: d37f55fc4cf8 - main - net/freeswitch: builds fine on aarch64

From: Kurt Jaeger <pi_at_FreeBSD.org>
Date: Tue, 18 Jan 2022 06:23:57 UTC
The branch main has been updated by pi:

URL: https://cgit.FreeBSD.org/ports/commit/?id=d37f55fc4cf8e37688449eb7f0fd4e25abde0731

commit d37f55fc4cf8e37688449eb7f0fd4e25abde0731
Author:     Ronald Klop <ronald-lists@klop.ws>
AuthorDate: 2022-01-18 06:22:28 +0000
Commit:     Kurt Jaeger <pi@FreeBSD.org>
CommitDate: 2022-01-18 06:23:48 +0000

    net/freeswitch: builds fine on aarch64
    
    - enable on aarch64
    - builds on RPI4/14-CURRENT
    - make stage-qa ok
    
    PR:             261288
---
 net/freeswitch/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net/freeswitch/Makefile b/net/freeswitch/Makefile
index 247643828692..3d225bd778e1 100644
--- a/net/freeswitch/Makefile
+++ b/net/freeswitch/Makefile
@@ -13,7 +13,7 @@ COMMENT=	Multi-protocol soft switch for telephony applications
 
 LICENSE=	MPL11
 
-ONLY_FOR_ARCHS=	amd64 powerpc64 powerpc64le
+ONLY_FOR_ARCHS=	aarch64 amd64 powerpc64 powerpc64le
 
 BUILD_DEPENDS=	gdiff:textproc/diffutils
 LIB_DEPENDS=	libsqlite3.so:databases/sqlite3 \