pkgsrc-WIP-changes archive

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

ocaml-uunx: Attempt to avoid native compiler



Module Name:	pkgsrc-wip
Committed By:	Greg Troxel <gdt%lexort.com@localhost>
Pushed By:	gdt
Date:		Sat Feb 15 08:14:30 2025 -0500
Changeset:	3c3782c6e338ffa1953fee9353284b4920ba5686

Modified Files:
	ocaml-uunf/Makefile

Log Message:
ocaml-uunx: Attempt to avoid native compiler

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=3c3782c6e338ffa1953fee9353284b4920ba5686

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

diffstat:
 ocaml-uunf/Makefile | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diffs:
diff --git a/ocaml-uunf/Makefile b/ocaml-uunf/Makefile
index f29ea1b20a..3768b1dd06 100644
--- a/ocaml-uunf/Makefile
+++ b/ocaml-uunf/Makefile
@@ -16,8 +16,10 @@ WRKSRC=	${WRKDIR}/${DISTNAME}
 USE_LANGUAGES=
 
 .include "../../lang/ocaml/ocaml.mk"
-OCAML_USE_DUNE=	yes
-OCAML_USE_OPAM=	yes
+OCAML_USE_DUNE=			yes
+OCAML_USE_OPAM=			yes
+# Compiler crashes during build.
+OCAML_USE_OPT_COMPILER=		no
 
 do-build:
 	cd ${WRKSRC} && ocaml pkg/pkg.ml build


Home | Main Index | Thread Index | Old Index