aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2022-07-21 20:24:12 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2022-07-21 20:25:32 +0000
commit45b7598c422004f85b346194949ea529177070f4 (patch)
tree7727ce894b5526cc4a92b8ea7fa349310ee27d22
parent510e77cbcd3eb4117352f5aa01921c41b4134a9f (diff)
downloadports-45b7598c422004f85b346194949ea529177070f4.tar.gz
ports-45b7598c422004f85b346194949ea529177070f4.zip
cad/gds3d: Broken on architectures that don't have OpenMP
Reported by: fallout (cherry picked from commit c7429d8e0eb54b7cd16ae1e60a915897a92abfda)
-rw-r--r--cad/gds3d/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/cad/gds3d/Makefile b/cad/gds3d/Makefile
index f456e544f1b4..a9cf8aaf55ca 100644
--- a/cad/gds3d/Makefile
+++ b/cad/gds3d/Makefile
@@ -12,6 +12,10 @@ USES= gl gmake localbase:ldflags xorg
USE_XORG= x11
USE_GL= gl
+.if !exists(/usr/include/omp.h)
+BROKEN= requires OpenMP support that is missing on this architecture
+.endif
+
USE_GITHUB= yes
GH_ACCOUNT= trilomix
GH_PROJECT= ${PORTNAME:tu}