git: 8e0e3d258d26 - main - audio/py-soxr: Broken on armv7
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 23 Dec 2024 10:08:02 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=8e0e3d258d26eb281bbd47a2ab433baa1f56ca13 commit 8e0e3d258d26eb281bbd47a2ab433baa1f56ca13 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-12-23 10:07:05 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-12-23 10:07:56 +0000 audio/py-soxr: Broken on armv7 Reported by: fallout --- audio/py-soxr/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/audio/py-soxr/Makefile b/audio/py-soxr/Makefile index 9f6144380d1a..ce401dc8ebd5 100644 --- a/audio/py-soxr/Makefile +++ b/audio/py-soxr/Makefile @@ -11,6 +11,7 @@ WWW= https://github.com/dofuuz/python-soxr LICENSE= LGPL21 BSD3CLAUSE LICENSE_COMB= multi +BROKEN_armv7= compilation fails: soxr.c:17:12: fatal error: 'asm/hwcap.h' file not found BROKEN_i386= fails to compile: ...requires target feature 'sse', but would be inlined into function 'h8' that is compiled without support for 'sse' BUILD_DEPENDS= ${PY_SETUPTOOLS} \