pkgsrc-WIP-changes archive

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

coccinelle: Pass PYTHONBIN as python to honor PYTHON_VERSION_DEFAULT



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Wed Jul 8 01:19:27 2020 +0200
Changeset:	e4cadd0d89b4e23dea56dc0c51dca08c997ab5f7

Modified Files:
	coccinelle/Makefile

Log Message:
coccinelle: Pass PYTHONBIN as python to honor PYTHON_VERSION_DEFAULT

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

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

diffstat:
 coccinelle/Makefile | 1 +
 1 file changed, 1 insertion(+)

diffs:
diff --git a/coccinelle/Makefile b/coccinelle/Makefile
index 6794dff70f..e0141022fc 100644
--- a/coccinelle/Makefile
+++ b/coccinelle/Makefile
@@ -15,6 +15,7 @@ DEPENDS+=	menhir>=20071212:../../devel/menhir
 
 CONFIGURE_ARGS+=	--with-menhir
 CONFIGURE_ARGS+=	--disable-pyml
+CONFIGURE_ARGS+=	--with-python=${PYTHONBIN}
 
 MAKE_JOBS_SAFE=		no
 


Home | Main Index | Thread Index | Old Index