pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/emulators/libretro-mupen64plus libretro-mupen64plus: S...
details: https://anonhg.NetBSD.org/pkgsrc/rev/aa22029b2e16
branches: trunk
changeset: 311470:aa22029b2e16
user: nia <nia%pkgsrc.org@localhost>
date: Sat Aug 11 21:03:17 2018 +0000
description:
libretro-mupen64plus: Set dynarec to empty when one isn't in use. Should
hopefully fix the PowerPC build.
diffstat:
emulators/libretro-mupen64plus/options.mk | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (16 lines):
diff -r b491682ac7b8 -r aa22029b2e16 emulators/libretro-mupen64plus/options.mk
--- a/emulators/libretro-mupen64plus/options.mk Sat Aug 11 20:26:23 2018 +0000
+++ b/emulators/libretro-mupen64plus/options.mk Sat Aug 11 21:03:17 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.5 2018/08/11 13:53:25 nia Exp $
+# $NetBSD: options.mk,v 1.6 2018/08/11 21:03:17 nia Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.libretro-mupen64plus
PKG_OPTIONS_REQUIRED_GROUPS= graphics
@@ -36,4 +36,6 @@
.if !empty(PKG_OPTIONS:Mdynarec)
MAKE_ENV+= WITH_DYNAREC=${MUPEN64_DYNAREC_ARCH}
+.else
+MAKE_ENV+= WITH_DYNAREC=
.endif
Home |
Main Index |
Thread Index |
Old Index