Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Jan 2021 21:01:04 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r559873 - head/net/freeswitch
Message-ID:  <202101012101.101L140r007170@repo.freebsd.org>

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



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