pkgsrc-Changes archive

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

CVS commit: pkgsrc/emulators/dolphin-emu



Module Name:    pkgsrc
Committed By:   nia
Date:           Fri Mar 13 12:12:01 UTC 2020

Modified Files:
        pkgsrc/emulators/dolphin-emu: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/emulators/dolphin-emu/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/emulators/dolphin-emu/Makefile
diff -u pkgsrc/emulators/dolphin-emu/Makefile:1.17 pkgsrc/emulators/dolphin-emu/Makefile:1.18
--- pkgsrc/emulators/dolphin-emu/Makefile:1.17  Fri Mar 13 09:28:19 2020
+++ pkgsrc/emulators/dolphin-emu/Makefile       Fri Mar 13 12:12:01 2020
@@ -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=    ${LITTLEENDIANPLATFOR
 # 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