Skip to content
Snippets Groups Projects
Commit 6b8f8d82 authored by Gleb Popov's avatar Gleb Popov
Browse files

graphics/py-PyOpenGL-accelerate: Unbreak build on CURRENT by silencing the warning.

parent 68877e2c
No related branches found
No related tags found
No related merge requests found
......@@ -17,6 +17,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=0,1:math/py-numpy@${PY_FLAVOR}
USES= python:3.6+
USE_PYTHON= autoplist cython distutils
CFLAGS= -Wno-int-conversion
post-install:
${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} +
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment