summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2020-09-05 10:08:15 +0000
committernia <nia@pkgsrc.org>2020-09-05 10:08:15 +0000
commit6d66ee36d1dbe87a12fa77432946cd821f1296da (patch)
tree1dc5cb64c96aec5e60959a72a2a11a13a9afc679 /emulators
parentc87bf670d963d2a7c2a985e255749d82589b9140 (diff)
downloadpkgsrc-6d66ee36d1dbe87a12fa77432946cd821f1296da.tar.gz
mame: Needs FORCE_DRC_C_BACKEND on non-x86
Diffstat (limited to 'emulators')
-rw-r--r--emulators/mame/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/mame/Makefile b/emulators/mame/Makefile
index a622d23bb23..9bebc079849 100644
--- a/emulators/mame/Makefile
+++ b/emulators/mame/Makefile
@@ -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 @@ MAKE_ENV+= LDOPTS="${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.flac}/lib -L${BUILDL
.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