svn commit: r558824 - head/net/freeswitch

Piotr Kubaj pkubaj at FreeBSD.org
Mon Dec 21 14:07:21 UTC 2020


Author: pkubaj
Date: Mon Dec 21 14:07:20 2020
New Revision: 558824
URL: https://svnweb.freebsd.org/changeset/ports/558824

Log:
  net/freeswitch: enable on powerpc64

Modified:
  head/net/freeswitch/Makefile

Modified: head/net/freeswitch/Makefile
==============================================================================
--- head/net/freeswitch/Makefile	Mon Dec 21 14:04:39 2020	(r558823)
+++ head/net/freeswitch/Makefile	Mon Dec 21 14:07:20 2020	(r558824)
@@ -14,7 +14,7 @@ COMMENT=	Multi-protocol soft switch for telephony appl
 
 LICENSE=	MPL11
 
-ONLY_FOR_ARCHS=	amd64
+ONLY_FOR_ARCHS=	amd64 powerpc64
 
 BUILD_DEPENDS=	gdiff:textproc/diffutils
 LIB_DEPENDS=	libsqlite3.so:databases/sqlite3 \
@@ -33,8 +33,8 @@ LIB_DEPENDS=	libsqlite3.so:databases/sqlite3 \
 		libtiff.so:graphics/tiff \
 		libuuid.so:misc/e2fsprogs-libuuid
 
-USES=		gmake iconv jpeg libedit autoreconf libtool lua perl5 \
-		pkgconfig shebangfix ssl
+USES=		compiler:c11 gmake iconv jpeg libedit autoreconf libtool lua \
+		perl5 pkgconfig shebangfix ssl
 USE_LDCONFIG=	yes
 USE_RC_SUBR=	freeswitch
 BINARY_ALIAS=	diff=gdiff


More information about the svn-ports-all mailing list