Mark BROKEN: fails to build

cythoning kivy/graphics/opengl.pyx to kivy/graphics/opengl.c
 Error compiling Cython file:
 ------------------------------------------------------------
 ...
 def glCheckFramebufferStatus(GLenum target):
     '''See: `glCheckFramebufferStatus() on Kronos website
     <http://www.khronos.org/opengles/sdk/docs/man/xhtml/glCheckFramebufferStatus.xml>`_
     '''
     cdef GLenum result
     result = c_opengl.CheckFramebufferStatus(target)
                     ^
 ------------------------------------------------------------
 kivy/graphics/opengl.pyx:544:21: cimported module has no attribute 'CheckFramebufferStatus'

Reported by:	pkg-fallout
This commit is contained in:
Antoine Brodin 2017-09-01 21:45:20 +00:00
parent 725f3f8a74
commit 39ff30ddd8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=449106

View File

@ -14,6 +14,8 @@ COMMENT= Python NUI library for rapid application development
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
BROKEN= fails to build
BUILD_DEPENDS= cython:lang/cython
LIB_DEPENDS= libmtdev.so:devel/libmtdev
TEST_DEPENDS= nosetests-${PYTHON_VER}:devel/py-nose