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:24:50 +0000
commitc7429d8e0eb54b7cd16ae1e60a915897a92abfda (patch)
tree68bba202eddedd9e8a55b7d007456f9b790aa33c
parentceb328b320fa8c86d7e695892ddf6be9058f01fb (diff)
downloadports-c7429d8e0eb54b7cd16ae1e60a915897a92abfda.tar.gz
ports-c7429d8e0eb54b7cd16ae1e60a915897a92abfda.zip
cad/gds3d: Broken on architectures that don't have OpenMP
Reported by: fallout
-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}