it helps to actually add the patch to the ebuild ...
This commit is contained in:
parent
1a952cabdc
commit
340d8913bd
|
@ -22,10 +22,14 @@ DEPEND="
|
||||||
dev-qt/qtquickcontrols2:5
|
dev-qt/qtquickcontrols2:5
|
||||||
dev-qt/qtsvg:5
|
dev-qt/qtsvg:5
|
||||||
dev-libs/libzip
|
dev-libs/libzip
|
||||||
<=dev-libs/protobuf-21.12" # 2024-06-22: temporary measure due to missing symbol issues during linking when building with newer versions
|
dev-libs/protobuf"
|
||||||
RDEPEND="${DEPEND}"
|
RDEPEND="${DEPEND}"
|
||||||
BDEPEND=""
|
BDEPEND=""
|
||||||
|
|
||||||
|
PATCHES="
|
||||||
|
${FILESDIR}/0001-cmake-Fix-compatibility-with-newer-protobuf-versions.patch
|
||||||
|
"
|
||||||
|
|
||||||
src_configure() {
|
src_configure() {
|
||||||
# Doesn't like LTO
|
# Doesn't like LTO
|
||||||
filter-flags -flto*
|
filter-flags -flto*
|
||||||
|
|
Loading…
Reference in a new issue