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/b1d440e27f7c
branches: trunk
changeset: 324279:b1d440e27f7c
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 64a9b35206d0 -r b1d440e27f7c 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