pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/mold mold: the install target requires Python.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3f0b1ef20bbc
branches:  trunk
changeset: 378811:3f0b1ef20bbc
user:      fcambus <fcambus%pkgsrc.org@localhost>
date:      Thu May 05 21:22:29 2022 +0000

description:
mold: the install target requires Python.

diffstat:

 devel/mold/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r d8b5c2205955 -r 3f0b1ef20bbc devel/mold/Makefile
--- a/devel/mold/Makefile       Thu May 05 21:11:55 2022 +0000
+++ b/devel/mold/Makefile       Thu May 05 21:22:29 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2022/05/05 21:11:55 fcambus Exp $
+# $NetBSD: Makefile,v 1.14 2022/05/05 21:22:29 fcambus Exp $
 
 DISTNAME=      mold-1.2.1
 CATEGORIES=    devel
@@ -27,8 +27,11 @@
 DL_AUTO_VARS=          yes
 PTHREAD_AUTO_VARS=     yes
 
+PYTHON_FOR_BUILD_ONLY= yes
+
 .include "../../devel/mimalloc/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"
+.include "../../lang/python/application.mk"
 .include "../../parallel/threadingbuildingblocks/buildlink3.mk"
 .include "../../security/openssl/buildlink3.mk"
 .include "../../mk/dlopen.buildlink3.mk"



Home | Main Index | Thread Index | Old Index