1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00

sysutils/parafly: fix build on powerpc

LLVM on powerpc doesn't have libomp.
This commit is contained in:
Piotr Kubaj 2021-09-23 09:17:14 +00:00
parent f3eb226bee
commit de429e89b5

View File

@ -21,4 +21,10 @@ LDFLAGS+= -fopenmp
PLIST_FILES= bin/ParaFly
.include <bsd.port.options.mk>
.if ${ARCH} == powerpc
USES+= compiler:gcc-c++11-lib
.endif
.include <bsd.port.mk>