Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Nov 2021 13:00:34 GMT
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 44e33c70cbe1 - main - audio/mous: fix build on non-x86
Message-ID:  <202111271300.1ARD0YFf012229@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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'



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202111271300.1ARD0YFf012229>