Date: Wed, 27 Apr 2022 13:40:18 GMT From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: ef0c97f9f424 - main - net/asterisk18: sync options for powerpc and powerpc64 with other architectures Message-ID: <202204271340.23RDeIEn078283@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=ef0c97f9f4243fe687abdf9caeb82850f585e2ae commit ef0c97f9f4243fe687abdf9caeb82850f585e2ae Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2022-04-27 13:21:55 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2022-04-27 13:21:55 +0000 net/asterisk18: sync options for powerpc and powerpc64 with other architectures --- net/asterisk18/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/net/asterisk18/Makefile b/net/asterisk18/Makefile index 939a2a4bc95f..de2e74693b88 100644 --- a/net/asterisk18/Makefile +++ b/net/asterisk18/Makefile @@ -65,11 +65,14 @@ OPTIONS_DEFAULT= CURL FREETDS GSM LUA MACRO MP3PLAYER NEWT ODBC OPUS MYSQL PGSQ OPTIONS_DEFINE_i386= DAHDI OPTIONS_DEFINE_amd64= DAHDI OPTIONS_DEFINE_sparc64= DAHDI +OPTIONS_DEFINE_powerpc= DAHDI +OPTIONS_DEFINE_powerpc64= DAHDI OPTIONS_DEFAULT_i386= DAHDI XMPP OPTIONS_DEFAULT_amd64= DAHDI XMPP OPTIONS_DEFAULT_sparc64= DAHDI XMPP -OPTIONS_DEFAULT_powerpc= XMPP +OPTIONS_DEFAULT_powerpc= DAHDI XMPP +OPTIONS_DEFAULT_powerpc64= DAHDI XMPP OPTIONS_GROUP= CODECS OPTIONS_GROUP_CODECS= GSM NEWG711 OPUS SPEEX VORBIS
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202204271340.23RDeIEn078283>