Skip to content

Commit

Permalink
biology/pooler: fix build on powerpc
Browse files Browse the repository at this point in the history
In file included from bit-common.c:63:
In file included from ./bit-choice.h:23:
In file included from ./triangle.h:44:
./openmp.h:19:10: fatal error: 'omp.h' file not found
  • Loading branch information
pkubaj committed Oct 6, 2021
1 parent 476fccd commit 0716ab6
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion biology/pooler/Makefile
Expand Up @@ -21,5 +21,10 @@ CFLAGS+= -fopenmp
INSTALL_TARGET= install-strip
PLIST_FILES= bin/pooler man/man1/pooler.1.gz share/applications/pooler.desktop

.include <bsd.port.mk>
.include <bsd.port.options.mk>

.if ${ARCH} == powerpc
USES+= compiler:gcc-c++11-lib
.endif

.include <bsd.port.mk>

0 comments on commit 0716ab6

Please sign in to comment.