Skip to content

Commit

Permalink
archivers/pxz: check for omp.h on all architectures
Browse files Browse the repository at this point in the history
  • Loading branch information
pkubaj committed Apr 27, 2022
1 parent bd2af99 commit 3358e40
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions archivers/pxz/Makefile
Expand Up @@ -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

Expand Down

0 comments on commit 3358e40

Please sign in to comment.