aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2022-08-08 03:52:24 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2022-08-08 03:52:24 +0000
commita06f92fcb24bad4ff7209cc7a578b258fed25156 (patch)
tree2013ef5c5a821ff7bbca79e6b92fa56e42add443
parentb6b4009e64001d0cf759bf790bab305c7e88bedd (diff)
downloadports-a06f92fcb24bad4ff7209cc7a578b258fed25156.tar.gz
ports-a06f92fcb24bad4ff7209cc7a578b258fed25156.zip
astro/siril: Broken on systems where OpenMP isn't enabled
Reported by: fallout
-rw-r--r--astro/siril/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/astro/siril/Makefile b/astro/siril/Makefile
index b118bb6c5722..f51cbe26590f 100644
--- a/astro/siril/Makefile
+++ b/astro/siril/Makefile
@@ -10,6 +10,9 @@ LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE.md
BROKEN_i386= undefined reference to `__atomic_load' and `__atomic_compare_exchange' #`
+.if !exists(/usr/include/omp.h)
+BROKEN= requires OpenMP support that is missing on this architecture
+.endif
BUILD_DEPENDS= cmake:devel/cmake
LIB_DEPENDS= libavformat.so:multimedia/ffmpeg \