diff options
author | nia <nia@pkgsrc.org> | 2021-09-02 19:20:08 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2021-09-02 19:20:08 +0000 |
commit | 8f4838ec0c0cf877f0cdd57b0e94ea6ac0f6fc07 (patch) | |
tree | d23e28914824a343c70e2564baac65c8989ba173 /multimedia | |
parent | 1a651f3da06954e438d09a183595e82ef8c46714 (diff) | |
download | pkgsrc-8f4838ec0c0cf877f0cdd57b0e94ea6ac0f6fc07.tar.gz |
x264-devel: disable asm on darwin/aarch64
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/x264-devel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/multimedia/x264-devel/Makefile b/multimedia/x264-devel/Makefile index 0c41151d486..7531ff4f4be 100644 --- a/multimedia/x264-devel/Makefile +++ b/multimedia/x264-devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.78 2021/06/13 06:31:50 nia Exp $ +# $NetBSD: Makefile,v 1.79 2021/09/02 19:20:08 nia Exp $ DISTNAME= x264-snapshot-20191217-2245 PKGNAME= ${DISTNAME:S/-snapshot-/-devel-/:S/-2245$//} @@ -19,6 +19,7 @@ LICENSE= gnu-gpl-v2 # NetBSD/mips needs ASM disabled because it uses the MSA extension # (requires MIPS64 revision 2) and fails to build. .if ${OPSYS} == "SunOS" || \ + !empty(MACHINE_PLATFORM:MDarwin-*-aarch64) || \ !empty(MACHINE_PLATFORM:MNetBSD-*-i386) || \ !empty(MACHINE_PLATFORM:MNetBSD-*-mips*) CONFIGURE_ARGS+= --disable-asm |