1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-03 11:12:13 +00:00

archivers/pxz: check for omp.h on all architectures

This commit is contained in:
Piotr Kubaj 2022-04-27 13:22:25 +00:00
parent bd2af997ba
commit 3358e40ac1

View File

@ -25,9 +25,7 @@ MAKE_ENV+= BINDIR=${PREFIX}/bin \
MAKE_ARGS+= CC="${CC}"
.include <bsd.port.options.mk>
.if ${ARCH} == powerpc
.if !exists(/usr/include/omp.h)
USES+= compiler:gcc-c++11-lib
.endif