mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
math/py-pytanque: Fix build after update to Python-3.11
Reported by: fallout
This commit is contained in:
parent
15552b1293
commit
16b3e8aedc
1 changed files with 6 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue