summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2020-03-13 12:12:01 +0000
committernia <nia@pkgsrc.org>2020-03-13 12:12:01 +0000
commit3be481ae8d4697720ecb8a3f06a26af006e7e071 (patch)
tree23e59d97250794081ea19c373c9dceed02f8f2fe /emulators
parentd0d4a428edaba9718e356bc303c990b02ba9ad0e (diff)
downloadpkgsrc-3be481ae8d4697720ecb8a3f06a26af006e7e071.tar.gz
dolphin-emu: Disable special aarch64 bits for now, they don't build
Diffstat (limited to 'emulators')
-rw-r--r--emulators/dolphin-emu/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/dolphin-emu/Makefile b/emulators/dolphin-emu/Makefile
index 06e981ae6bf..b1263fea7cf 100644
--- a/emulators/dolphin-emu/Makefile
+++ b/emulators/dolphin-emu/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2020/03/13 09:28:19 nia Exp $
+# $NetBSD: Makefile,v 1.18 2020/03/13 12:12:01 nia Exp $
DISTNAME= dolphin-emu-5.0
PKGREVISION= 12
@@ -34,7 +34,7 @@ ONLY_FOR_PLATFORM= ${LITTLEENDIANPLATFORMS}
# No support in the code.
BROKEN_ON_PLATFORM+= SunOS-*-*
-.if ${MACHINE_ARCH} != "x86_64" && ${MACHINE_ARCH} != "aarch64"
+.if ${MACHINE_ARCH} != "x86_64"
CMAKE_ARGS+= -DENABLE_GENERIC=1
.endif