git: 44e33c70cbe1 - main - audio/mous: fix build on non-x86
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 27 Nov 2021 13:00:34 UTC
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=44e33c70cbe1b41d6690c95ae496c68df2407a0d commit 44e33c70cbe1b41d6690c95ae496c68df2407a0d Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2021-11-27 12:54:50 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2021-11-27 12:54:50 +0000 audio/mous: fix build on non-x86 The problem is not present only on i386, but also on other architectures. --- audio/mous/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/audio/mous/Makefile b/audio/mous/Makefile index ee0a11b0d40c..5ee9fbb84ecc 100644 --- a/audio/mous/Makefile +++ b/audio/mous/Makefile @@ -94,7 +94,7 @@ WAVPACK_LIB_DEPENDS= libwavpack.so:audio/wavpack .include <bsd.port.options.mk> -.if ${ARCH} == i386 +.if ${ARCH} != amd64 # error: always_inline function '_mm_load_si128' requires target feature # 'mmx', but would be inlined into function 'AdaptSSE' that is compiled # without support for 'mmx'