diff options
author | kamil <kamil@pkgsrc.org> | 2016-06-18 14:45:43 +0000 |
---|---|---|
committer | kamil <kamil@pkgsrc.org> | 2016-06-18 14:45:43 +0000 |
commit | eeeabafa1b6d53927b20dedee5e51c9781c63382 (patch) | |
tree | b759228d5e4a1944a8632765fd5e95a09b001122 /emulators | |
parent | ee6786f262c308b717e4253011cbd4b4cd4b6d87 (diff) | |
download | pkgsrc-eeeabafa1b6d53927b20dedee5e51c9781c63382.tar.gz |
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 (limited to 'emulators')
-rw-r--r-- | emulators/keystone/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/keystone/Makefile b/emulators/keystone/Makefile index 8e40691eb86..d5f5205df5b 100644 --- a/emulators/keystone/Makefile +++ b/emulators/keystone/Makefile @@ -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" |