git: b4cbdaccccb8 - main - multimedia/gstreamer1-plugins-rust: fix build on armv7
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 19 Aug 2022 22:41:19 UTC
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=b4cbdaccccb85773e20a01eff66780c7988b2203 commit b4cbdaccccb85773e20a01eff66780c7988b2203 Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2022-08-17 06:50:33 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2022-08-19 22:40:51 +0000 multimedia/gstreamer1-plugins-rust: fix build on armv7 Same issue as on powerpc* / aarch64. --- multimedia/gstreamer1-plugins-rust/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/multimedia/gstreamer1-plugins-rust/Makefile b/multimedia/gstreamer1-plugins-rust/Makefile index 0b36683dc51c..1e3968995371 100644 --- a/multimedia/gstreamer1-plugins-rust/Makefile +++ b/multimedia/gstreamer1-plugins-rust/Makefile @@ -400,6 +400,7 @@ 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_armv7= CSOUND # https://github.com/neithanmo/csound-rs/commit/8962b89d7bda OPTIONS_EXCLUDE_powerpc64le= CSOUND OPTIONS_EXCLUDE_powerpc64= CSOUND OPTIONS_EXCLUDE_powerpc= CSOUND DAV1D