Date: Sat, 26 Oct 2024 16:29:51 GMT From: Gleb Popov <arrowd@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 87f837adf08a - main - audio/pipewire-spa-oss: Mark as only for 64-bit archs Message-ID: <202410261629.49QGTpUT051352@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202410261629.49QGTpUT051352>