summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2018-08-11 21:03:17 +0000
committernia <nia@pkgsrc.org>2018-08-11 21:03:17 +0000
commit9e92058b222d8093e8c12bdc3918f1d2b88ab5af (patch)
tree34da5d2d705d52d7e5dd15961a3257931ef81d97
parent4b82c71c5fbf42b70c20129772115462bb8a47ff (diff)
downloadpkgsrc-9e92058b222d8093e8c12bdc3918f1d2b88ab5af.tar.gz
libretro-mupen64plus: Set dynarec to empty when one isn't in use. Should
hopefully fix the PowerPC build.
-rw-r--r--emulators/libretro-mupen64plus/options.mk4
1 files changed, 3 insertions, 1 deletions
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