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/713a94fd7a9a
branches:  trunk
changeset: 313908:713a94fd7a9a
user:      nia <nia%pkgsrc.org@localhost>
date:      Sat Oct 13 17:28:57 2018 +0000

description:
libretro-mupen64plus: Attempt to fix build on i386 with dynarec.

diffstat:

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

diffs (17 lines):

diff -r f13de863a18a -r 713a94fd7a9a emulators/libretro-mupen64plus/Makefile
--- a/emulators/libretro-mupen64plus/Makefile   Sat Oct 13 17:02:29 2018 +0000
+++ b/emulators/libretro-mupen64plus/Makefile   Sat Oct 13 17:28:57 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2018/10/03 15:01:10 nia Exp $
+# $NetBSD: Makefile,v 1.15 2018/10/13 17:28:57 nia Exp $
 
 DISTNAME=      libretro-mupen64plus-20180628
 PKGREVISION=   1
@@ -28,6 +28,7 @@
 MAKE_FLAGS+=   WITH_DYNAREC=arm
 .elif ${MACHINE_ARCH} == "i386"
 MAKE_FLAGS+=   WITH_DYNAREC=x86
+BUILD_DEPENDS+=        nasm-[0-9]*:../../devel/nasm
 .elif ${MACHINE_ARCH} == "x86_64"
 MAKE_FLAGS+=   WITH_DYNAREC=x86_64
 .else



Home | Main Index | Thread Index | Old Index