git: 1a635253427d - main - multimedia/gstreamer1-plugins-rust: fix build on powerpc64*
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 06 Dec 2021 10:26:44 UTC
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