Date: Mon, 6 Dec 2021 10:26:44 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: 1a635253427d - main - multimedia/gstreamer1-plugins-rust: fix build on powerpc64* Message-ID: <202112061026.1B6AQimM086940@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=1a635253427d39ff779a2c259e814f1eb12babc5 commit 1a635253427d39ff779a2c259e814f1eb12babc5 Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2021-12-06 10:24:30 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2021-12-06 10:24:30 +0000 multimedia/gstreamer1-plugins-rust: fix build on powerpc64* Same issue as on aarch64. --- multimedia/gstreamer1-plugins-rust/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/multimedia/gstreamer1-plugins-rust/Makefile b/multimedia/gstreamer1-plugins-rust/Makefile index 4a4f9576e881..7e611c7a8b9f 100644 --- a/multimedia/gstreamer1-plugins-rust/Makefile +++ b/multimedia/gstreamer1-plugins-rust/Makefile @@ -401,6 +401,8 @@ CARGO_TEST= no OPTIONS_DEFINE= CSOUND DAV1D PANGO SODIUM OPTIONS_DEFAULT=CSOUND DAV1D PANGO SODIUM OPTIONS_EXCLUDE_aarch64= CSOUND # https://github.com/neithanmo/csound-rs/commit/8962b89d7bda +OPTIONS_EXCLUDE_powerpc64le= CSOUND # https://github.com/neithanmo/csound-rs/commit/8962b89d7bda +OPTIONS_EXCLUDE_powerpc64= CSOUND # https://github.com/neithanmo/csound-rs/commit/8962b89d7bda OPTIONS_SUB= yes CSOUND_DESC= Audio filtering via Csound
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202112061026.1B6AQimM086940>