aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Bently <vince@vincentbentley.co.uk>2023-04-10 10:21:08 +0000
committerKurt Jaeger <pi@FreeBSD.org>2023-04-10 10:21:08 +0000
commitc9d1143e5ea4a97814235c84734d7701d7608c4f (patch)
tree09e1381a87d668fc6aa5265fc8d0add1bfda6091
parent4c36d569e99bba230fe9ca499afc7c414b6f1240 (diff)
downloadports-c9d1143e5ea4a97814235c84734d7701d7608c4f.tar.gz
ports-c9d1143e5ea4a97814235c84734d7701d7608c4f.zip
net/freeswitch: builds on i386, so add to ONLY_FOR_ARCHS
PR: 240166
-rw-r--r--net/freeswitch/Makefile2
1 files changed, 1 insertions, 1 deletions
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 \