pkgsrc-Changes archive

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

CVS commit: pkgsrc/emulators/keystone



Module Name:    pkgsrc
Committed By:   kamil
Date:           Sat Jun 18 14:45:43 UTC 2016

Modified Files:
        pkgsrc/emulators/keystone: Makefile

Log Message:
Include pyversion.mk to fix build

CMake Error at llvm/CMakeLists.txt:340 (message):
  Unable to find Python interpreter, required for builds and testing.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/emulators/keystone/Makefile

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

Modified files:

Index: pkgsrc/emulators/keystone/Makefile
diff -u pkgsrc/emulators/keystone/Makefile:1.2 pkgsrc/emulators/keystone/Makefile:1.3
--- pkgsrc/emulators/keystone/Makefile:1.2      Tue Jun 14 06:59:43 2016
+++ pkgsrc/emulators/keystone/Makefile  Sat Jun 18 14:45:43 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2016/06/14 06:59:43 kamil Exp $
+# $NetBSD: Makefile,v 1.3 2016/06/18 14:45:43 kamil Exp $
 
 .include "Makefile.common"
 
@@ -14,4 +14,5 @@ LICENSE=      gnu-gpl-v2
 CMAKE_ARGS+=   -DBUILD_SHARED_LIBS=ON
 CMAKE_ARGS+=   -DLLVM_TARGETS_TO_BUILD=all
 
+.include "../../lang/python/pyversion.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index