git: 6b8f8d82b887 - main - graphics/py-PyOpenGL-accelerate: Unbreak build on CURRENT by silencing the warning.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 24 Mar 2023 17:39:00 UTC
The branch main has been updated by arrowd: URL: https://cgit.FreeBSD.org/ports/commit/?id=6b8f8d82b8871d0010cf16b711b5f8372546499d commit 6b8f8d82b8871d0010cf16b711b5f8372546499d Author: Gleb Popov <arrowd@FreeBSD.org> AuthorDate: 2023-03-21 19:40:54 +0000 Commit: Gleb Popov <arrowd@FreeBSD.org> CommitDate: 2023-03-24 17:38:50 +0000 graphics/py-PyOpenGL-accelerate: Unbreak build on CURRENT by silencing the warning. --- graphics/py-PyOpenGL-accelerate/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/graphics/py-PyOpenGL-accelerate/Makefile b/graphics/py-PyOpenGL-accelerate/Makefile index 0aa41ea15e30..395ee98853ee 100644 --- a/graphics/py-PyOpenGL-accelerate/Makefile +++ b/graphics/py-PyOpenGL-accelerate/Makefile @@ -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} {} +