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:           Mon Aug 28 07:42:38 UTC 2023

Modified Files:
        pkgsrc/emulators/mame: Makefile

Log Message:
mame: Unlimit all the things, this is one of the hugest binaries in pkgsrc.


To generate a diff of this commit:
cvs rdiff -u -r1.177 -r1.178 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.177 pkgsrc/emulators/mame/Makefile:1.178
--- pkgsrc/emulators/mame/Makefile:1.177        Mon Aug 14 05:24:21 2023
+++ pkgsrc/emulators/mame/Makefile      Mon Aug 28 07:42:37 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.177 2023/08/14 05:24:21 wiz Exp $
+# $NetBSD: Makefile,v 1.178 2023/08/28 07:42:37 nia Exp $
 
 DISTNAME=      mame-0.257
 PKGREVISION=   1
@@ -23,7 +23,7 @@ TOOL_DEPENDS+=                ${PYPKGPREFIX}-expat-[0-
 USE_LANGUAGES=         c99 c++
 USE_CXX_FEATURES+=     c++17
 USE_TOOLS+=            gmake pkg-config
-UNLIMIT_RESOURCES+=    datasize virtualsize
+UNLIMIT_RESOURCES+=    cputime datasize memorysize virtualsize
 MAKE_FILE=             makefile
 
 # Need to use gnu++ instead of c++ to get __builtin_alloca() (!)



Home | Main Index | Thread Index | Old Index