pkgsrc-Changes archive

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

CVS commit: pkgsrc/emulators/libretro-picodrive



Module Name:    pkgsrc
Committed By:   nia
Date:           Sun Jun 28 15:14:52 UTC 2020

Modified Files:
        pkgsrc/emulators/libretro-picodrive: Makefile

Log Message:
libretro-picodrive: Disable sh2drc on unsupported archs


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/emulators/libretro-picodrive/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/libretro-picodrive/Makefile
diff -u pkgsrc/emulators/libretro-picodrive/Makefile:1.10 pkgsrc/emulators/libretro-picodrive/Makefile:1.11
--- pkgsrc/emulators/libretro-picodrive/Makefile:1.10   Tue Jun  2 14:51:03 2020
+++ pkgsrc/emulators/libretro-picodrive/Makefile        Sun Jun 28 15:14:52 2020
@@ -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_drz80=1
 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