qt5-qtwebkit: restrict to python-2.7, does not build with 3.x
[ 3%] Generating ../../DerivedSources/JavaScriptCore/Bytecodes.h, ../../DerivedSources/JavaScriptCore/InitBytecodes.asm File "/scratch/x11/qt5-qtwebkit/work/qtwebkit-5.212.0-alpha2/Source/JavaScriptCore/generate-bytecode-files", line 94 print "I/O error opening {0}, ({1}): {2}".format(path, e.errno, e.strerror) ^ SyntaxError: invalid syntax
This commit is contained in:
parent
8937f06d34
commit
b53113f32d
1 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.47 2018/01/17 19:37:33 markd Exp $
|
||||
# $NetBSD: Makefile,v 1.48 2018/01/21 08:11:11 wiz Exp $
|
||||
|
||||
DISTNAME= qtwebkit-${QTWKVERSION}
|
||||
PKGNAME= qt5-qtwebkit-${QTWKVERSION:S/-/./}
|
||||
|
@ -16,6 +16,8 @@ EXTRACT_SUFX= .tar.xz
|
|||
|
||||
QTWKVERSION= 5.212.0-alpha2
|
||||
|
||||
PYTHON_VERSIONS_ACCEPTED= 27 # as if 5.212.0-alpha2
|
||||
|
||||
.include "../../mk/dlopen.buildlink3.mk"
|
||||
BUILDLINK_TRANSFORM+= opt:-ldl:${BUILDLINK_LDADD.dl:M*}
|
||||
|
||||
|
|
Loading…
Reference in a new issue