summaryrefslogtreecommitdiff
path: root/multimedia/libaom
diff options
context:
space:
mode:
authorgdt <gdt@pkgsrc.org>2020-12-23 15:03:09 +0000
committergdt <gdt@pkgsrc.org>2020-12-23 15:03:09 +0000
commita0d3ad93c42431887fafd58e66eb442ad8c405d9 (patch)
tree2584a63fa626cd4c499a3928d70f55a3f4f89eb1 /multimedia/libaom
parentbf14edef75630fd601a862b667f2708e5662f6be (diff)
downloadpkgsrc-a0d3ad93c42431887fafd58e66eb442ad8c405d9.tar.gz
libaom: Fix previous
I mis-hand-merged the patch and incorrect removed a closing paren. (It should also be noted that this same patch was sent by Edgar Fuß earlier.)
Diffstat (limited to 'multimedia/libaom')
-rw-r--r--multimedia/libaom/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/libaom/Makefile b/multimedia/libaom/Makefile
index b95ad916573..093283e7073 100644
--- a/multimedia/libaom/Makefile
+++ b/multimedia/libaom/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2020/12/23 13:37:58 gdt Exp $
+# $NetBSD: Makefile,v 1.10 2020/12/23 15:03:09 gdt Exp $
PKGNAME= libaom-1.0.0
PKGREVISION= 3
@@ -38,7 +38,7 @@ CMAKE_ARGS+= -DENABLE_WERROR:BOOL=OFF
.include "../../mk/bsd.prefs.mk"
.if !empty(MACHINE_PLATFORM:MNetBSD-*-*arm*) \
- || !empty(MACHINE_PLATFORM:MNetBSD-*-aarch64 \
+ || !empty(MACHINE_PLATFORM:MNetBSD-*-aarch64) \
|| !empty(MACHINE_PLATFORM:MDarwin-*-aarch64)
CMAKE_ARGS+= -DCONFIG_RUNTIME_CPU_DETECT=0
.endif