summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorkamil <kamil>2016-06-18 14:45:43 +0000
committerkamil <kamil>2016-06-18 14:45:43 +0000
commit4fbfc9525431feab39dbf1de2f83a8bdd80d0c38 (patch)
tree1363e876684936cde10600df1d72ddd531b1cff2 /emulators
parent2f99c68b891d197073e547c46484f7ae4132f3f1 (diff)
downloadpkgsrc-4fbfc9525431feab39dbf1de2f83a8bdd80d0c38.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/Makefile3
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"