Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Apr 2023 10:21:32 GMT
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: c9d1143e5ea4 - main - net/freeswitch: builds on i386, so add to ONLY_FOR_ARCHS
Message-ID:  <202304101021.33AALWtd043771@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202304101021.33AALWtd043771>