sci-biology/hmmer: expose XSI pthread_setconcurrency() prototypes

Closes: https://bugs.gentoo.org/882279
Signed-off-by: David Seifert <soap@gentoo.org>
This commit is contained in:
David Seifert
2022-11-20 22:23:10 +01:00
parent 00985ca695
commit 41183c48ca

View File

@@ -3,7 +3,7 @@
EAPI=8
inherit toolchain-funcs
inherit flag-o-matic toolchain-funcs
DESCRIPTION="Sequence analysis using profile hidden Markov models"
HOMEPAGE="http://hmmer.org/"
@@ -23,6 +23,9 @@ PATCHES=(
)
src_configure() {
# required to expose pthread_setconcurrency(), #882279
append-cppflags -D_XOPEN_SOURCE=500
# prevent stray environmental variable
# from causing issues in the test phase
unset TMPDIR