pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators/keystone Include pyversion.mk to fix build



details:   https://anonhg.NetBSD.org/pkgsrc/rev/aba484bcaecc
branches:  trunk
changeset: 348735:aba484bcaecc
user:      kamil <kamil%pkgsrc.org@localhost>
date:      Sat Jun 18 14:45:43 2016 +0000

description:
Include pyversion.mk to fix build

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

diffstat:

 emulators/keystone/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (15 lines):

diff -r 95a42ca326e3 -r aba484bcaecc emulators/keystone/Makefile
--- a/emulators/keystone/Makefile       Sat Jun 18 14:09:21 2016 +0000
+++ b/emulators/keystone/Makefile       Sat Jun 18 14:45:43 2016 +0000
@@ -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 @@
 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