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>
This commit is contained in:
Eli Schwartz 2024-03-18 01:00:43 -04:00 committed by Sam James
parent e67e2dfb1c
commit 317780bee1
No known key found for this signature in database
GPG Key ID: 738409F520DF9190
3 changed files with 15 additions and 0 deletions

View File

@ -93,6 +93,11 @@ src_prepare() {
}
multilib_src_configure() {
# -Werror=odr
# https://bugs.gentoo.org/881107
# Seems to be fixed in git (1.4.9999)
filter-lto
unset FLTK_LIBDIRS
local FLTK_INCDIR=${EPREFIX}/usr/include/fltk

View File

@ -98,6 +98,11 @@ src_prepare() {
}
multilib_src_configure() {
# -Werror=odr
# https://bugs.gentoo.org/881107
# Seems to be fixed in git (1.4.9999)
filter-lto
unset FLTK_LIBDIRS
local FLTK_INCDIR=${EPREFIX}/usr/include/fltk

View File

@ -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}