summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2019-05-18 09:45:17 +0000
committernia <nia@pkgsrc.org>2019-05-18 09:45:17 +0000
commite3bb34df3bc4c98c0d5ad6a738735c442034f142 (patch)
tree5e23d1dfd41ecb309da174fb6bd0d34fb72ffaec
parentc8d7d5b0fcf98ba42eaa827efe654cd6931b79ff (diff)
downloadpkgsrc-e3bb34df3bc4c98c0d5ad6a738735c442034f142.tar.gz
libretro-mupen64plus: Attempt to fix builds without the dynamic recompiler
by defining the correct things for disabling it.
-rw-r--r--emulators/libretro-mupen64plus/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/libretro-mupen64plus/Makefile b/emulators/libretro-mupen64plus/Makefile
index 7ccf5d83f4e..a9e6f6d85e4 100644
--- a/emulators/libretro-mupen64plus/Makefile
+++ b/emulators/libretro-mupen64plus/Makefile
@@ -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/nasm
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