Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/emulators/libretro-picodrive libretro-picodrive: Disab...
details: https://anonhg.NetBSD.org/pkgsrc/rev/e1502b20808c
branches: trunk
changeset: 434935:e1502b20808c
user: nia <nia%pkgsrc.org@localhost>
date: Sun Jun 28 15:14:52 2020 +0000
description:
libretro-picodrive: Disable sh2drc on unsupported archs
diffstat:
emulators/libretro-picodrive/Makefile | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diffs (22 lines):
diff -r d258b1a48a7f -r e1502b20808c emulators/libretro-picodrive/Makefile
--- a/emulators/libretro-picodrive/Makefile Sun Jun 28 15:04:36 2020 +0000
+++ b/emulators/libretro-picodrive/Makefile Sun Jun 28 15:14:52 2020 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.10 2020/06/02 14:51:03 nia Exp $
+# $NetBSD: Makefile,v 1.11 2020/06/28 15:14:52 nia Exp $
DISTNAME= libretro-picodrive-20200527
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= emulators
GITHUB_PROJECT= picodrive
GITHUB_TAG= b8fb8f285317632f42ecbbd36cf4fe18ea9189f1
@@ -45,6 +45,8 @@
MAKE_FLAGS+= use_cz80=0
MAKE_FLAGS+= use_sh2drc=1
MAKE_FLAGS+= use_svpdrc=1
+.elif ${MACHINE_ARCH} != "i386" && ${MACHINE_ARCH} != "x86_64"
+MAKE_FLAGS+= use_sh2drc=0
.endif
LIBRETRO_CORE= picodrive
Home |
Main Index |
Thread Index |
Old Index