pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/emulators/libretro-mupen64plus
Module Name: pkgsrc
Committed By: nia
Date: Sat May 18 09:45:17 UTC 2019
Modified Files:
pkgsrc/emulators/libretro-mupen64plus: Makefile
Log Message:
libretro-mupen64plus: Attempt to fix builds without the dynamic recompiler
by defining the correct things for disabling it.
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/emulators/libretro-mupen64plus/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/emulators/libretro-mupen64plus/Makefile
diff -u pkgsrc/emulators/libretro-mupen64plus/Makefile:1.16 pkgsrc/emulators/libretro-mupen64plus/Makefile:1.17
--- pkgsrc/emulators/libretro-mupen64plus/Makefile:1.16 Sun Oct 14 16:51:57 2018
+++ pkgsrc/emulators/libretro-mupen64plus/Makefile Sat May 18 09:45:17 2019
@@ -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 @@ BUILD_DEPENDS+= nasm-[0-9]*:../../devel/
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