libretro-mupen64plus: Attempt to fix builds without the dynamic recompiler
by defining the correct things for disabling it.
This commit is contained in:
parent
fead051ea8
commit
689b0ad7c6
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue