git: 48bb5f5aff6d - main - math/py-libpoly: Broken on i386

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Fri, 25 Aug 2023 03:24:44 UTC
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=48bb5f5aff6dd794c34f4b8cba624f5671c5b0f9

commit 48bb5f5aff6dd794c34f4b8cba624f5671c5b0f9
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2023-08-25 03:24:04 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2023-08-25 03:24:04 +0000

    math/py-libpoly: Broken on i386
    
    Reported by:    fallout
---
 math/py-libpoly/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/math/py-libpoly/Makefile b/math/py-libpoly/Makefile
index b359ef7ddb5c..393c258fa797 100644
--- a/math/py-libpoly/Makefile
+++ b/math/py-libpoly/Makefile
@@ -11,6 +11,8 @@ WWW=		https://github.com/SRI-CSL/libpoly
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/LICENCE
 
+BROKEN_i386=	compilation fails with error: incompatible function pointer types, see https://github.com/SRI-CSL/libpoly/issues/70
+
 LIB_DEPENDS=	libpoly.so:math/libpoly
 
 USES=		cmake localbase:ldflags python
@@ -26,7 +28,7 @@ BUILD_WRKSRC=	${WRKSRC}/python
 INSTALL_WRKSRC=	${WRKSRC}/python
 TEST_WRKSRC=	${WRKSRC}/test/python
 
-TEST_ENV=      ${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}
+TEST_ENV=	${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}
 
 post-install:
 	${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/polypy*.so