aboutsummaryrefslogtreecommitdiff
path: root/astro/siril
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2020-09-28 06:10:11 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2020-09-28 06:10:11 +0000
commit9e8e5e113bfce81f97821a6e9003d88788e88973 (patch)
treeec2430e460391674296fe5a7d47ed3b6dfbacabb /astro/siril
parentf35841a5dea08fc0fc022071dddbe6b5f021865b (diff)
downloadports-9e8e5e113bfce81f97821a6e9003d88788e88973.tar.gz
ports-9e8e5e113bfce81f97821a6e9003d88788e88973.zip
astro/siril: Fix build on 13
Reported by: fallout
Notes
Notes: svn path=/head/; revision=550401
Diffstat (limited to 'astro/siril')
-rw-r--r--astro/siril/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/astro/siril/Makefile b/astro/siril/Makefile
index 8318cc8231d4..f03ed8bb2232 100644
--- a/astro/siril/Makefile
+++ b/astro/siril/Makefile
@@ -12,7 +12,7 @@ COMMENT= Astronomical image processing software
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE.md
-BROKEN_i386= undefined reference to `__atomic_load' and `__atomic_compare_exchange'
+BROKEN_i386= undefined reference to `__atomic_load' and `__atomic_compare_exchange' #`
LIB_DEPENDS= libavformat.so:multimedia/ffmpeg \
libcfitsio.so:astro/cfitsio \
@@ -32,6 +32,9 @@ USES= autoreconf compiler:c++11-lang desktop-file-utils gettext \
gmake gnome localbase pkgconfig jpeg shared-mime-info tar:bz2
GNU_CONFIGURE= yes
USE_GNOME= atk cairo gdkpixbuf2 gtk30 intltool pango
+
+CFLAGS+= -fcommon # https://gitlab.com/free-astro/siril/-/issues/581
+
INSTALLS_ICONS= yes
OPTIONS_DEFINE= OPENMP