aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2022-07-23 14:54:28 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2022-07-23 14:54:59 +0000
commit89bd892c5be41b6d45a5b79d5f763afb58cd62a0 (patch)
tree48b9627d1cd307e07c8e8a2c65dc10863715e042
parent18ae75641f9783b353bc18a2455454a2fbc7a3e3 (diff)
downloadports-89bd892c5be41b6d45a5b79d5f763afb58cd62a0.tar.gz
ports-89bd892c5be41b6d45a5b79d5f763afb58cd62a0.zip
cad/openroad: Broken on systems where OpenMP isn't enabled
Reported by: fallout
-rw-r--r--cad/openroad/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/cad/openroad/Makefile b/cad/openroad/Makefile
index 4e01b07bbfe2..0e9f395483ce 100644
--- a/cad/openroad/Makefile
+++ b/cad/openroad/Makefile
@@ -12,6 +12,9 @@ LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
BROKEN_i386= C++ issue on i386, should be resolved in the next update
+.if !exists(/usr/include/omp.h)
+BROKEN= requires OpenMP support that is missing on this architecture
+.endif
BUILD_DEPENDS= base64:converters/base64 \
boost-libs>0:devel/boost-libs \