pkgsrc-WIP-changes archive

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

llvm-netbsd: installs python files



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Sat Jul 15 23:42:53 2017 +0200
Changeset:	807fb1e2fe9fa40f02a710f0db71e2d0d9700b86

Modified Files:
	llvm-netbsd/Makefile

Log Message:
llvm-netbsd: installs python files

replace interpreter and add python dependency

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

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

diffstat:
 llvm-netbsd/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diffs:
diff --git a/llvm-netbsd/Makefile b/llvm-netbsd/Makefile
index 32c133d4e9..0a4fc192ce 100644
--- a/llvm-netbsd/Makefile
+++ b/llvm-netbsd/Makefile
@@ -37,6 +37,8 @@ SUBST_STAGE.lto=	pre-configure
 SUBST_FILES.lto=	tools/lto/lto.exports
 SUBST_SED.lto=		-e '/^LLVM/d'
 
+REPLACE_PYTHON+=	tools/opt-viewer/*.py
+
 .include "../../mk/bsd.prefs.mk"
 
 PLIST_VARS+=	notdylib
@@ -65,5 +67,6 @@ post-extract:
 
 .include "../../wip/mk/svn-package.mk"
 .include "../../devel/zlib/buildlink3.mk"
+.include "../../lang/python/application.mk"
 .include "../../lang/python/tool.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index