aboutsummaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorGleb Popov <arrowd@FreeBSD.org>2023-03-21 19:40:54 +0000
committerGleb Popov <arrowd@FreeBSD.org>2023-03-24 17:38:50 +0000
commit6b8f8d82b8871d0010cf16b711b5f8372546499d (patch)
treea9dfc3b8902700a5b6e2ad94b79ef95a415d96c5 /graphics
parent68877e2caa9c6533daa783d3d5b53ed7aa103c96 (diff)
downloadports-6b8f8d82b8871d0010cf16b711b5f8372546499d.tar.gz
ports-6b8f8d82b8871d0010cf16b711b5f8372546499d.zip
graphics/py-PyOpenGL-accelerate: Unbreak build on CURRENT by silencing the warning.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/py-PyOpenGL-accelerate/Makefile2
1 files changed, 2 insertions, 0 deletions
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} {} +