diff options
author | Eli Schwartz <eschwartz93@gmail.com> | 2024-03-18 01:00:43 -0400 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-03-18 05:30:07 +0000 |
commit | 317780bee16c2aa9a60faac3e6df911ee3d2a5f9 (patch) | |
tree | b8aefa38fd45bcfc99c838b10f002abd8208080c /x11-libs/fltk/fltk-1.3.9999.ebuild | |
parent | x11-libs/fltk: try to re-sync the live ebuild for 1.4 (diff) | |
download | gentoo-317780bee16c2aa9a60faac3e6df911ee3d2a5f9.tar.gz gentoo-317780bee16c2aa9a60faac3e6df911ee3d2a5f9.tar.bz2 gentoo-317780bee16c2aa9a60faac3e6df911ee3d2a5f9.zip |
x11-libs/fltk: mark as LTO-unsafe
It works in 1.4.9999 so just marking unsafe for existing versions and
assuming it will shake out eventually whenever 1.4 is finally released.
Closes: https://bugs.gentoo.org/881107
Signed-off-by: Eli Schwartz <eschwartz93@gmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'x11-libs/fltk/fltk-1.3.9999.ebuild')
-rw-r--r-- | x11-libs/fltk/fltk-1.3.9999.ebuild | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/x11-libs/fltk/fltk-1.3.9999.ebuild b/x11-libs/fltk/fltk-1.3.9999.ebuild index ddbc8c24006c..8362de128971 100644 --- a/x11-libs/fltk/fltk-1.3.9999.ebuild +++ b/x11-libs/fltk/fltk-1.3.9999.ebuild @@ -99,6 +99,11 @@ src_prepare() { } multilib_src_configure() { + # -Werror=odr + # https://bugs.gentoo.org/881107 + # Seems to be fixed in git (1.4.9999) + filter-lto + local FLTK_INCDIR=${EPREFIX}/usr/include/fltk local FLTK_LIBDIR=${EPREFIX}/usr/$(get_libdir)/fltk FLTK_LIBDIRS+=${FLTK_LIBDIRS+:}${FLTK_LIBDIR} |