pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/emulators/dolphin-emu dolphin-emu: Disable special aar...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d9b6df8f7e8c
branches:  trunk
changeset: 412920:d9b6df8f7e8c
user:      nia <nia%pkgsrc.org@localhost>
date:      Fri Mar 13 12:12:01 2020 +0000

description:
dolphin-emu: Disable special aarch64 bits for now, they don't build

diffstat:

 emulators/dolphin-emu/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r af4bb9ea8c28 -r d9b6df8f7e8c emulators/dolphin-emu/Makefile
--- a/emulators/dolphin-emu/Makefile    Fri Mar 13 12:01:22 2020 +0000
+++ b/emulators/dolphin-emu/Makefile    Fri Mar 13 12:12:01 2020 +0000
@@ -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 @@
 # 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
 



Home | Main Index | Thread Index | Old Index