pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang/compiler-rt
Module Name: pkgsrc
Committed By: jperkin
Date: Fri Aug 10 15:57:54 UTC 2018
Modified Files:
pkgsrc/lang/compiler-rt: Makefile
Log Message:
compiler-rt: Needs python for the build.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/lang/compiler-rt/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/lang/compiler-rt/Makefile
diff -u pkgsrc/lang/compiler-rt/Makefile:1.2 pkgsrc/lang/compiler-rt/Makefile:1.3
--- pkgsrc/lang/compiler-rt/Makefile:1.2 Thu Aug 9 13:52:14 2018
+++ pkgsrc/lang/compiler-rt/Makefile Fri Aug 10 15:57:54 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2018/08/09 13:52:14 jperkin Exp $
+# $NetBSD: Makefile,v 1.3 2018/08/10 15:57:54 jperkin Exp $
DISTNAME= compiler-rt-6.0.1.src
PKGNAME= ${DISTNAME:S/.src//}
@@ -35,6 +35,8 @@ PLIST_SUBST+= COMPILER_RT_OS_DIR=${OS_DI
TEST_TARGET= check-compiler-rt
+PYTHON_FOR_BUILD_ONLY= yes
+
post-extract:
${RUN} mkdir -p ${WRKDIR}/build
@@ -47,4 +49,5 @@ TOOLS_PATH.grep= ${PREFIX}/bin/ggrep
.include "../../devel/googletest/buildlink3.mk"
.include "../../lang/llvm/buildlink3.mk"
+.include "../../lang/python/tool.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index