Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Mar 2023 17:39:00 GMT
From:      Gleb Popov <arrowd@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 6b8f8d82b887 - main - graphics/py-PyOpenGL-accelerate: Unbreak build on CURRENT by silencing the warning.
Message-ID:  <202303241739.32OHd0MQ059291@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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} {} +
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202303241739.32OHd0MQ059291>