app-misc/openrgb-plugin-effects: filter-lto

Closes: https://bugs.gentoo.org/927749
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
This commit is contained in:
Andrew Ammerlaan
2024-05-03 21:26:30 +02:00
parent d0643f7de7
commit ac8fa2f619

View File

@@ -1,9 +1,9 @@
# Copyright 2020-2023 Gentoo Authors
# Copyright 2020-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit qmake-utils
inherit flag-o-matic qmake-utils
DESCRIPTION="Plugin for OpenRGB with various Effects that can be synced across devices"
HOMEPAGE="https://gitlab.com/OpenRGBDevelopers/OpenRGBEffectsPlugin"
@@ -39,6 +39,9 @@ PATCHES=(
src_prepare() {
default
filter-lto # Bug 927749
rm -r OpenRGB || die
ln -s "${ESYSROOT}/usr/include/OpenRGB" . || die
sed -e '/^GIT_/d' -i *.pro || die