git: 5f70c9c97b83 - main - audio/madronalib: Broken on i386
Yuri Victorovich
yuri at FreeBSD.org
Thu Apr 15 17:01:36 UTC 2021
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=5f70c9c97b8333de31ed6a6989fecea527cbbe93
commit 5f70c9c97b8333de31ed6a6989fecea527cbbe93
Author: Yuri Victorovich <yuri at FreeBSD.org>
AuthorDate: 2021-04-15 16:28:58 +0000
Commit: Yuri Victorovich <yuri at FreeBSD.org>
CommitDate: 2021-04-15 17:01:31 +0000
audio/madronalib: Broken on i386
Reported by: fallout
---
audio/madronalib/Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/audio/madronalib/Makefile b/audio/madronalib/Makefile
index 73acf226679a..705f41c40013 100644
--- a/audio/madronalib/Makefile
+++ b/audio/madronalib/Makefile
@@ -9,6 +9,8 @@ COMMENT= C++ framework for DSP applications
LICENSE= MIT
+BROKEN_i386= error: always_inline function '_mm_load_ps' requires target feature 'sse', but would be inlined into function 'add' that is compiled without support for 'sse'
+
LIB_DEPENDS= libjack.so:audio/jack
USES= cmake compiler:c++11-lib localbase:ldflags perl5
More information about the dev-commits-ports-all
mailing list