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:
parent
f3eb226bee
commit
de429e89b5
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user