From 9e92058b222d8093e8c12bdc3918f1d2b88ab5af Mon Sep 17 00:00:00 2001 From: nia Date: Sat, 11 Aug 2018 21:03:17 +0000 Subject: libretro-mupen64plus: Set dynarec to empty when one isn't in use. Should hopefully fix the PowerPC build. --- emulators/libretro-mupen64plus/options.mk | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/emulators/libretro-mupen64plus/options.mk b/emulators/libretro-mupen64plus/options.mk index f430980282d..682bb2c8702 100644 --- a/emulators/libretro-mupen64plus/options.mk +++ b/emulators/libretro-mupen64plus/options.mk @@ -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 @@ MAKE_ENV+= platform=rpi .if !empty(PKG_OPTIONS:Mdynarec) MAKE_ENV+= WITH_DYNAREC=${MUPEN64_DYNAREC_ARCH} +.else +MAKE_ENV+= WITH_DYNAREC= .endif -- cgit v1.2.3