Date: Mon, 21 Dec 2020 14:07:21 +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: r558824 - head/net/freeswitch Message-ID: <202012211407.0BLE7LY5075711@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202012211407.0BLE7LY5075711>