aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRonald Klop <ronald-lists@klop.ws>2022-01-18 06:22:28 +0000
committerKurt Jaeger <pi@FreeBSD.org>2022-01-18 06:23:48 +0000
commitd37f55fc4cf8e37688449eb7f0fd4e25abde0731 (patch)
treeb6ae623c2331aa51a55194bfd63db69f7c467668
parent239878bd8170dee768421a5c419a738653b83e55 (diff)
downloadports-d37f55fc4cf8e37688449eb7f0fd4e25abde0731.tar.gz
ports-d37f55fc4cf8e37688449eb7f0fd4e25abde0731.zip
net/freeswitch: builds fine on aarch64
- enable on aarch64 - builds on RPI4/14-CURRENT - make stage-qa ok PR: 261288
-rw-r--r--net/freeswitch/Makefile2
1 files changed, 1 insertions, 1 deletions
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 \