cad/gds3d: Broken on architectures that don't have OpenMP
Reported by: fallout
This commit is contained in:
parent
ceb328b320
commit
c7429d8e0e
1 changed files with 4 additions and 0 deletions
|
@ -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}
|
||||
|
|
Loading…
Reference in a new issue