diff options
author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2022-04-27 13:22:15 +0000 |
---|---|---|
committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2022-04-27 13:22:15 +0000 |
commit | 9ae05c32aa2e742758d528b064099c5d72b89ea2 (patch) | |
tree | a48dff0a0fd99063e5ac4e4a61895b1d4b89a279 /sysutils | |
parent | eaf43a218bf7781cf42e6d9924a7d0164f6ffec8 (diff) |
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/parafly/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sysutils/parafly/Makefile b/sysutils/parafly/Makefile index 3acb97b09107..980e9843fce1 100644 --- a/sysutils/parafly/Makefile +++ b/sysutils/parafly/Makefile @@ -21,9 +21,7 @@ LDFLAGS+= -fopenmp PLIST_FILES= bin/ParaFly -.include <bsd.port.options.mk> - -.if ${ARCH} == powerpc +.if !exists(/usr/include/omp.h) USES+= compiler:gcc-c++11-lib .endif |