pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/emulators/mame
Module Name: pkgsrc
Committed By: nia
Date: Sat Sep 5 10:08:15 UTC 2020
Modified Files:
pkgsrc/emulators/mame: Makefile
Log Message:
mame: Needs FORCE_DRC_C_BACKEND on non-x86
To generate a diff of this commit:
cvs rdiff -u -r1.121 -r1.122 pkgsrc/emulators/mame/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/emulators/mame/Makefile
diff -u pkgsrc/emulators/mame/Makefile:1.121 pkgsrc/emulators/mame/Makefile:1.122
--- pkgsrc/emulators/mame/Makefile:1.121 Thu Sep 3 07:47:42 2020
+++ pkgsrc/emulators/mame/Makefile Sat Sep 5 10:08:15 2020
@@ -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
.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