pkgsrc-WIP-changes archive

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

ocaml: zstd is needed in buildlink3.mk



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Thu Jun 20 15:47:08 2024 +0200
Changeset:	56ac290477958cb65ec835796315537c3ee5706c

Modified Files:
	ocaml/buildlink3.mk

Log Message:
ocaml: zstd is needed in buildlink3.mk

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

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

diffstat:
 ocaml/buildlink3.mk | 2 ++
 1 file changed, 2 insertions(+)

diffs:
diff --git a/ocaml/buildlink3.mk b/ocaml/buildlink3.mk
index 33f8b7ff5b..bbc66f25ca 100644
--- a/ocaml/buildlink3.mk
+++ b/ocaml/buildlink3.mk
@@ -13,6 +13,8 @@ BUILDLINK_PKGSRCDIR.ocaml?=	../../lang/ocaml
 
 BUILDLINK_PASSTHRU_DIRS+=	${BUILDLINK_PREFIX.ocaml}/lib/ocaml
 
+.include "../../archivers/zstd/buildlink3.mk"
+
 BUILDLINK_TARGETS+=	ocaml-wrappers
 OCAML_WRAPPERS=		ocamlc ocamlc.opt ocamlcp ocamlmklib ocamlmktop \
 			ocamlopt ocamlopt.opt


Home | Main Index | Thread Index | Old Index