diff options
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 |