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:   joerg
Date:           Mon Mar 30 19:37:47 UTC 2020

Modified Files:
        pkgsrc/emulators/mame: Makefile

Log Message:
Allow more virtual memory for clang


To generate a diff of this commit:
cvs rdiff -u -r1.111 -r1.112 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.111 pkgsrc/emulators/mame/Makefile:1.112
--- pkgsrc/emulators/mame/Makefile:1.111        Sun Mar  8 16:49:27 2020
+++ pkgsrc/emulators/mame/Makefile      Mon Mar 30 19:37:47 2020
@@ -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 @@ BUILD_DEPENDS+=               ${PYPKGPREFIX}-expat-[0
 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