summaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authorschmonz <schmonz@pkgsrc.org>2021-12-27 20:24:03 +0000
committerschmonz <schmonz@pkgsrc.org>2021-12-27 20:24:03 +0000
commite22a68b53593265cf3c94d51102faf8a9def6053 (patch)
tree0f2879f48bfafae41d34fa23af1e789b156c022c /multimedia
parentf57e7ec1d5ee9feec15f1ec2c9e8e72e2a1543f2 (diff)
downloadpkgsrc-e22a68b53593265cf3c94d51102faf8a9def6053.tar.gz
Don't --disable-asm on Darwin-*-aarch64. At least on Monterey 12.1,
--disable-asm makes the build fail with undefined symbols largely matching "*_asm" or "*_aarch64". Simply removing it from CONFIGURE_ARGS lets the build succeed. (If --disable-asm turns out to be needed for older macOS/aarch64, we can bring it back conditionalized on OS_VERSION.)
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/x264-devel/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/multimedia/x264-devel/Makefile b/multimedia/x264-devel/Makefile
index 96d77df25af..57a5ece1d88 100644
--- a/multimedia/x264-devel/Makefile
+++ b/multimedia/x264-devel/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.80 2021/11/24 17:31:01 nia Exp $
+# $NetBSD: Makefile,v 1.81 2021/12/27 20:24:03 schmonz Exp $
DISTNAME= x264-snapshot-20191217-2245
PKGNAME= ${DISTNAME:S/-snapshot-/-devel-/:S/-2245$//}
@@ -19,7 +19,6 @@ 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