diff options
Diffstat (limited to 'graphics/gimp3-app/Makefile')
-rw-r--r-- | graphics/gimp3-app/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/graphics/gimp3-app/Makefile b/graphics/gimp3-app/Makefile index eb28af5d9998..d47df19d9cc8 100644 --- a/graphics/gimp3-app/Makefile +++ b/graphics/gimp3-app/Makefile @@ -155,6 +155,10 @@ PLIST_SUB+= LUASCRIPTS="" PLIST_SUB+= LUASCRIPTS="@comment " .endif +.if !exists(/usr/include/omp.h) +MESON_ARGS+= -Dopenmp=disabled +.endif + #post-patch: #.for s in 16 22 24 32 48 64 256 # @${CP} ${WRKSRC}/desktop/${s}x${s}/gimp.png ${WRKSRC}/desktop/${s}x${s}/gimp3.png |