devel/py-threadpoolctl: Mark IGNORE for FreeBSD 13.2-RELEASE

PR:		276231
This commit is contained in:
Jason W. Bacon 2024-03-09 21:57:35 +08:00 committed by Po-Chuan Hsieh
parent 5072934e62
commit 6fe6ac2e17
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
1 changed files with 6 additions and 0 deletions

View File

@ -18,4 +18,10 @@ USE_PYTHON= autoplist concurrent pep517
NO_ARCH= yes
.include <bsd.port.options.mk>
.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1302509
IGNORE= does not run on FreeBSD 13.2 or earlier due to handling of dynamically loaded libc
.endif
.include <bsd.port.mk>