Received: by mail.netbsd.org (Postfix, from userid 605) id ACEAA84D74; Sat, 18 May 2019 09:45:18 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3135F84D38 for ; Sat, 18 May 2019 09:45:18 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id OPf66hj_rwzc for ; Sat, 18 May 2019 09:45:17 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 812EB84CCF for ; Sat, 18 May 2019 09:45:17 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7711CFB16; Sat, 18 May 2019 09:45:17 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1558172717276080" MIME-Version: 1.0 Date: Sat, 18 May 2019 09:45:17 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/emulators/libretro-mupen64plus To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20190518094517.7711CFB16@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1558172717276080 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_1558172717276080 Content-Disposition: inline Content-Length: 777 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 --_----------=_1558172717276080--