Date: Mon, 28 Sep 2020 06:10:11 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r550401 - head/astro/siril Message-ID: <202009280610.08S6AB6Q041825@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Mon Sep 28 06:10:11 2020 New Revision: 550401 URL: https://svnweb.freebsd.org/changeset/ports/550401 Log: astro/siril: Fix build on 13 Reported by: fallout Modified: head/astro/siril/Makefile Modified: head/astro/siril/Makefile ============================================================================== --- head/astro/siril/Makefile Mon Sep 28 05:05:24 2020 (r550400) +++ head/astro/siril/Makefile Mon Sep 28 06:10:11 2020 (r550401) @@ -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-uti 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009280610.08S6AB6Q041825>