1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00

math/py-pytanque: Fix build after update to Python-3.11

Reported by:	fallout
This commit is contained in:
Yuri Victorovich 2024-06-06 01:48:27 -07:00
parent 15552b1293
commit 16b3e8aedc

View File

@ -12,7 +12,12 @@ LICENSE= BSD3CLAUSE
BROKEN_riscv64= ld: error: lto.tmp: cannot link object files with different floating-point ABI
USES= compiler:c++14-lang python
BUILD_DEPENDS= pybind11>0:devel/pybind11
USES= compiler:c++14-lang localbase python
USE_PYTHON= distutils autoplist
post-extract:
${RM} -r ${WRKSRC}/third-party/pybind11
.include <bsd.port.mk>