pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators/mame Allow more virtual memory for clang



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cb6d24c0097c
branches:  trunk
changeset: 414649:cb6d24c0097c
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Mon Mar 30 19:37:47 2020 +0000

description:
Allow more virtual memory for clang

diffstat:

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

diffs (18 lines):

diff -r cb3ecff11b7a -r cb6d24c0097c emulators/mame/Makefile
--- a/emulators/mame/Makefile   Mon Mar 30 19:36:39 2020 +0000
+++ b/emulators/mame/Makefile   Mon Mar 30 19:37:47 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.111 2020/03/08 16:49:27 wiz Exp $
+# $NetBSD: Makefile,v 1.112 2020/03/30 19:37:47 joerg Exp $
 
 DISTNAME=      mame-0.219
 PKGREVISION=   1
@@ -23,7 +23,7 @@
 USE_LANGUAGES=         c99 c++
 GCC_REQD+=             7
 USE_TOOLS+=            bsdtar gmake pkg-config
-UNLIMIT_RESOURCES+=    datasize
+UNLIMIT_RESOURCES+=    datasize virtualsize
 MAKE_FILE=             makefile
 EXTRACT_USING=         bsdtar
 



Home | Main Index | Thread Index | Old Index