pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/mold



Module Name:    pkgsrc
Committed By:   fcambus
Date:           Thu May  5 21:22:29 UTC 2022

Modified Files:
        pkgsrc/devel/mold: Makefile

Log Message:
mold: the install target requires Python.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/devel/mold/Makefile

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

Modified files:

Index: pkgsrc/devel/mold/Makefile
diff -u pkgsrc/devel/mold/Makefile:1.13 pkgsrc/devel/mold/Makefile:1.14
--- pkgsrc/devel/mold/Makefile:1.13     Thu May  5 21:11:55 2022
+++ pkgsrc/devel/mold/Makefile  Thu May  5 21:22:29 2022
@@ -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 @@ GCC_REQD+=   10
 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