svn commit: r559873 - head/net/freeswitch

Piotr Kubaj pkubaj at FreeBSD.org
Fri Jan 1 21:01:04 UTC 2021


Author: pkubaj
Date: Fri Jan  1 21:01:03 2021
New Revision: 559873
URL: https://svnweb.freebsd.org/changeset/ports/559873

Log:
  net/freeswitch: enable on powerpc64le

Modified:
  head/net/freeswitch/Makefile

Modified: head/net/freeswitch/Makefile
==============================================================================
--- head/net/freeswitch/Makefile	Fri Jan  1 20:58:56 2021	(r559872)
+++ head/net/freeswitch/Makefile	Fri Jan  1 21:01:03 2021	(r559873)
@@ -14,7 +14,7 @@ COMMENT=	Multi-protocol soft switch for telephony appl
 
 LICENSE=	MPL11
 
-ONLY_FOR_ARCHS=	amd64 powerpc64
+ONLY_FOR_ARCHS=	amd64 powerpc64 powerpc64le
 
 BUILD_DEPENDS=	gdiff:textproc/diffutils
 LIB_DEPENDS=	libsqlite3.so:databases/sqlite3 \


More information about the svn-ports-all mailing list