pkgsrc-WIP-changes archive

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

binaryen: add missing build dependency on Python.



Module Name:	pkgsrc-wip
Committed By:	Frederic Cambus <fred%statdns.com@localhost>
Pushed By:	fcambus
Date:		Wed Feb 17 10:15:26 2021 +0100
Changeset:	4c48e81a7366992e1d90da0273b21c199ac73956

Modified Files:
	binaryen/Makefile

Log Message:
binaryen: add missing build dependency on Python.

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

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

diffstat:
 binaryen/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diffs:
diff --git a/binaryen/Makefile b/binaryen/Makefile
index 582cc5f58e..f2206b9aa4 100644
--- a/binaryen/Makefile
+++ b/binaryen/Makefile
@@ -18,4 +18,7 @@ WRKSRC=		${WRKDIR}/binaryen-${GITHUB_TAG}
 
 CMAKE_ARGS+=	-DENABLE_WERROR=OFF
 
+PYTHON_FOR_BUILD_ONLY=	yes
+
+.include "../../lang/python/application.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index