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: A...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/db94f9e4ba72
branches:  trunk
changeset: 333959:db94f9e4ba72
user:      nia <nia%pkgsrc.org@localhost>
date:      Sat May 18 09:45:17 2019 +0000

description:
libretro-mupen64plus: Attempt to fix builds without the dynamic recompiler
by defining the correct things for disabling it.

diffstat:

 emulators/libretro-mupen64plus/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r e09dd68f3c19 -r db94f9e4ba72 emulators/libretro-mupen64plus/Makefile
--- a/emulators/libretro-mupen64plus/Makefile   Sat May 18 09:42:03 2019 +0000
+++ b/emulators/libretro-mupen64plus/Makefile   Sat May 18 09:45:17 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2018/10/14 16:51:57 nia Exp $
+# $NetBSD: Makefile,v 1.17 2019/05/18 09:45:17 nia Exp $
 
 DISTNAME=      libretro-mupen64plus-20181013
 CATEGORIES=    emulators
@@ -32,6 +32,7 @@
 MAKE_FLAGS+=   WITH_DYNAREC=x86_64
 .else
 MAKE_FLAGS+=   WITH_DYNAREC=
+MAKE_FLAGS+=   DYNAREC_USED=0
 .endif
 
 BUILDLINK_TRANSFORM.SunOS+=    rm:-Wl,--version-script=./libretro/link.T



Home | Main Index | Thread Index | Old Index