biology/cd-hit: check for omp.h on all architectures

This commit is contained in:
Piotr Kubaj 2022-04-27 13:22:07 +00:00
commit 74016ad026

View file

@ -18,9 +18,7 @@ SHEBANG_FILES= ${WRKSRC}/*.pl
MAKE_FLAGS= openmp=yes
.include <bsd.port.options.mk>
.if ${ARCH} == armv7 || ${ARCH} == powerpc
.if !exists(/usr/include/omp.h)
USES+= compiler:gcc-c++11-lib
.endif