pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/compiler-rt compiler-rt: Needs python for the build.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ab9c7e7c34b1
branches:  trunk
changeset: 311426:ab9c7e7c34b1
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Fri Aug 10 15:57:54 2018 +0000

description:
compiler-rt: Needs python for the build.

diffstat:

 lang/compiler-rt/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (24 lines):

diff -r 272a2c4984ba -r ab9c7e7c34b1 lang/compiler-rt/Makefile
--- a/lang/compiler-rt/Makefile Fri Aug 10 15:36:16 2018 +0000
+++ b/lang/compiler-rt/Makefile Fri Aug 10 15:57:54 2018 +0000
@@ -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 @@
 
 TEST_TARGET=   check-compiler-rt
 
+PYTHON_FOR_BUILD_ONLY= yes
+
 post-extract:
        ${RUN} mkdir -p ${WRKDIR}/build
 
@@ -47,4 +49,5 @@
 
 .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