pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/camlp5



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Feb  1 08:34:46 UTC 2025

Modified Files:
        pkgsrc/lang/camlp5: Makefile

Log Message:
camlp5: unlimit stacksize

Fixes the build for me on NetBSD-10.99.12/x86_64


To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 pkgsrc/lang/camlp5/Makefile

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

Modified files:

Index: pkgsrc/lang/camlp5/Makefile
diff -u pkgsrc/lang/camlp5/Makefile:1.44 pkgsrc/lang/camlp5/Makefile:1.45
--- pkgsrc/lang/camlp5/Makefile:1.44    Thu Nov 17 10:21:14 2022
+++ pkgsrc/lang/camlp5/Makefile Sat Feb  1 08:34:46 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.44 2022/11/17 10:21:14 jaapb Exp $
+# $NetBSD: Makefile,v 1.45 2025/02/01 08:34:46 wiz Exp $
 
 GITHUB_PROJECT=        camlp5
 DISTNAME=      ${GITHUB_PROJECT}-8.00.03
@@ -28,10 +28,12 @@ REPLACE_PERL=       etc/mkcamlp5.pl
 
 INSTALLATION_DIRS+=    ${OCAML_SITELIBDIR}/camlp5
 
+UNLIMIT_RESOURCES=     stacksize
+
 .include "../../mk/bsd.prefs.mk"
 .include "../../lang/ocaml/ocaml.mk"
 
-.if (${OCAML_USE_OPT_COMPILER} == "yes")
+.if ${OCAML_USE_OPT_COMPILER} == "yes"
 BUILD_TARGET=  world.opt
 .else
 BUILD_TARGET=  world



Home | Main Index | Thread Index | Old Index