pkgsrc-WIP-changes archive

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

semgrep-core: add python/tool.mk so python3 is found



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%gatalith.at@localhost>
Pushed By:	wiz
Date:		Sun Aug 7 08:28:10 2022 +0200
Changeset:	5610a1d7c8b98e0cea7471c5d5c1831afe3e6f25

Modified Files:
	semgrep-core/Makefile

Log Message:
semgrep-core: add python/tool.mk so python3 is found

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

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

diffstat:
 semgrep-core/Makefile | 1 +
 1 file changed, 1 insertion(+)

diffs:
diff --git a/semgrep-core/Makefile b/semgrep-core/Makefile
index f3b806b905..fde590e6dd 100644
--- a/semgrep-core/Makefile
+++ b/semgrep-core/Makefile
@@ -52,6 +52,7 @@ do-install:
 .include "../../lang/python/pyversion.mk"
 BUILDLINK_DEPMETHOD.ocaml=	build
 .include "../../lang/ocaml/buildlink3.mk"
+.include "../../lang/python/tool.mk"
 BUILDLINK_DEPMETHOD.ocaml-opam=	build
 .include "../../misc/ocaml-opam/buildlink3.mk"
 .include "../../textproc/tree-sitter/buildlink3.mk"


Home | Main Index | Thread Index | Old Index