git: c9d1143e5ea4 - main - net/freeswitch: builds on i386, so add to ONLY_FOR_ARCHS

From: Kurt Jaeger <pi_at_FreeBSD.org>
Date: Mon, 10 Apr 2023 10:21:32 UTC
The branch main has been updated by pi:

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

commit c9d1143e5ea4a97814235c84734d7701d7608c4f
Author:     Vincent Bently <vince@vincentbentley.co.uk>
AuthorDate: 2023-04-10 10:21:08 +0000
Commit:     Kurt Jaeger <pi@FreeBSD.org>
CommitDate: 2023-04-10 10:21:08 +0000

    net/freeswitch: builds on i386, so add to ONLY_FOR_ARCHS
    
    PR:             240166
---
 net/freeswitch/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net/freeswitch/Makefile b/net/freeswitch/Makefile
index 775dc42c7bb5..725cb84ece12 100644
--- a/net/freeswitch/Makefile
+++ b/net/freeswitch/Makefile
@@ -11,7 +11,7 @@ WWW=		https://freeswitch.org
 
 LICENSE=	MPL11
 
-ONLY_FOR_ARCHS=	aarch64 amd64 powerpc64 powerpc64le
+ONLY_FOR_ARCHS=	aarch64 amd64 i386 powerpc64 powerpc64le
 
 BUILD_DEPENDS=	gdiff:textproc/diffutils \
 		doxygen:devel/doxygen \