aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2022-04-27 13:22:15 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2022-04-27 13:22:15 +0000
commit9ae05c32aa2e742758d528b064099c5d72b89ea2 (patch)
treea48dff0a0fd99063e5ac4e4a61895b1d4b89a279
parenteaf43a218bf7781cf42e6d9924a7d0164f6ffec8 (diff)
downloadports-9ae05c32aa2e742758d528b064099c5d72b89ea2.tar.gz
ports-9ae05c32aa2e742758d528b064099c5d72b89ea2.zip
sysutils/parafly: check for omp.h on all architectures
-rw-r--r--sysutils/parafly/Makefile4
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