git: 87f837adf08a - main - audio/pipewire-spa-oss: Mark as only for 64-bit archs
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 26 Oct 2024 16:29:51 UTC
The branch main has been updated by arrowd: URL: https://cgit.FreeBSD.org/ports/commit/?id=87f837adf08a2fb6dda86630deb26e1c0f94f77b commit 87f837adf08a2fb6dda86630deb26e1c0f94f77b Author: Gleb Popov <arrowd@FreeBSD.org> AuthorDate: 2024-10-26 16:29:05 +0000 Commit: Gleb Popov <arrowd@FreeBSD.org> CommitDate: 2024-10-26 16:29:39 +0000 audio/pipewire-spa-oss: Mark as only for 64-bit archs Reported by: pkg-fallout --- audio/pipewire-spa-oss/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/audio/pipewire-spa-oss/Makefile b/audio/pipewire-spa-oss/Makefile index 08924a2162e1..42a912fe1398 100644 --- a/audio/pipewire-spa-oss/Makefile +++ b/audio/pipewire-spa-oss/Makefile @@ -10,6 +10,8 @@ WWW= https://github.com/shkhln/pw-oss LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +ONLY_FOR_ARCHS= aarch64 amd64 riscv64 riscv64sf + LIB_DEPENDS= libpipewire-0.3.so:multimedia/pipewire USES= cargo llvm:lib,noexport