pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/fifengine



Module Name:    pkgsrc
Committed By:   joerg
Date:           Sun Mar 29 01:00:33 UTC 2020

Modified Files:
        pkgsrc/devel/fifengine: Makefile

Log Message:
Needs a lot more memory than usual with clang, so bump limits.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/fifengine/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/fifengine/Makefile
diff -u pkgsrc/devel/fifengine/Makefile:1.4 pkgsrc/devel/fifengine/Makefile:1.5
--- pkgsrc/devel/fifengine/Makefile:1.4 Sun Mar  8 16:49:12 2020
+++ pkgsrc/devel/fifengine/Makefile     Sun Mar 29 01:00:33 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2020/03/08 16:49:12 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2020/03/29 01:00:33 joerg Exp $
 
 DISTNAME=      fifengine-0.4.2
 PKGREVISION=   3
@@ -14,6 +14,8 @@ USE_CMAKE=    yes
 USE_TOOLS+=    pkg-config
 USE_LANGUAGES= c c++11
 
+UNLIMIT_RESOURCES=     datasize virtualsize
+
 # C++11
 GCC_REQD+=     4.8
 



Home | Main Index | Thread Index | Old Index