Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/emulators/mame mame: Needs FORCE_DRC_C_BACKEND on non-x86



details:   https://anonhg.NetBSD.org/pkgsrc/rev/90dc362ceb71
branches:  trunk
changeset: 438131:90dc362ceb71
user:      nia <nia%pkgsrc.org@localhost>
date:      Sat Sep 05 10:08:15 2020 +0000

description:
mame: Needs FORCE_DRC_C_BACKEND on non-x86

diffstat:

 emulators/mame/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r e73ec013f37b -r 90dc362ceb71 emulators/mame/Makefile
--- a/emulators/mame/Makefile   Sat Sep 05 07:30:39 2020 +0000
+++ b/emulators/mame/Makefile   Sat Sep 05 10:08:15 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.121 2020/09/03 07:47:42 wiz Exp $
+# $NetBSD: Makefile,v 1.122 2020/09/05 10:08:15 nia Exp $
 
 DISTNAME=      mame-0.224
 CATEGORIES=    emulators
@@ -38,6 +38,7 @@
 .if ${MACHINE_ARCH} != "i386" && ${MACHINE_ARCH} != "x86_64"
 # \todo Arch detection for aarch64 fails, investigate why
 MAKE_FLAGS+=           NOASM=1
+MAKE_FLAGS+=           FORCE_DRC_C_BACKEND=1
 BUILDLINK_TRANSFORM+=  rm:-m32
 BUILDLINK_TRANSFORM+=  rm:-m64
 .endif



Home | Main Index | Thread Index | Old Index