aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2022-07-24 01:34:53 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2022-07-24 01:35:44 +0000
commit61724a22add29ff93cdbf01ffc9f323a15bfee63 (patch)
tree7e3aa62d549ae5bec67af956a4670ac761dfa1d2
parentfd3cc198d32aed71bbfaf85d48346784c7347410 (diff)
downloadports-61724a22add29ff93cdbf01ffc9f323a15bfee63.tar.gz
ports-61724a22add29ff93cdbf01ffc9f323a15bfee63.zip
graphics/gmic: Broken on systems where OpenMP isn't enabled
Reported by: fallout (cherry picked from commit c166293d75ec5e2ca2c5fc14bd774109171c339e)
-rw-r--r--graphics/gmic/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/graphics/gmic/Makefile b/graphics/gmic/Makefile
index 21d326cfc23a..9ce9802a45f9 100644
--- a/graphics/gmic/Makefile
+++ b/graphics/gmic/Makefile
@@ -14,6 +14,9 @@ LICENSE_FILE= ${WRKSRC}/../COPYING
LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
BROKEN_i386= error: "c++ crashes, clang-5 and 6 fail: undefined reference to `__atomic_load'"
+.if !exists(/usr/include/omp.h)
+BROKEN= requires OpenMP support that is missing on this architecture
+.endif
BUILD_DEPENDS= gimptool-2.0:graphics/gimp-app
LIB_DEPENDS= libcurl.so:ftp/curl \