cad/gds3d: Broken on architectures that don't have OpenMP

Reported by:	fallout
This commit is contained in:
Yuri Victorovich 2022-07-21 13:24:12 -07:00
parent ceb328b320
commit c7429d8e0e

View file

@ -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}