diff options
| author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2026-06-08 05:10:20 +0000 |
|---|---|---|
| committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2026-06-11 07:47:53 +0000 |
| commit | dfe9b98e012db36ca520e4d2c2a95a877695d5e4 (patch) | |
| tree | d060c1ce50ab80bb6f54bf2c13a9105b31cabe5e | |
| parent | b4a20215a18703f362aea38876e72a41bb7cf5ba (diff) | |
audio/pipewire-spa-oss: enable on powerpc64*
| -rw-r--r-- | audio/pipewire-spa-oss/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/pipewire-spa-oss/Makefile b/audio/pipewire-spa-oss/Makefile index a120b1df9551..8ebe1efc14d3 100644 --- a/audio/pipewire-spa-oss/Makefile +++ b/audio/pipewire-spa-oss/Makefile @@ -10,7 +10,7 @@ WWW= https://github.com/shkhln/pw-oss LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -ONLY_FOR_ARCHS= aarch64 amd64 riscv64 +ONLY_FOR_ARCHS= aarch64 amd64 powerpc64 powerpc64le riscv64 LIB_DEPENDS= libpipewire-0.3.so:multimedia/pipewire |
