summaryrefslogtreecommitdiffstats
path: root/dev-libs/libr/libr-14.1.4.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-libs/libr/libr-14.1.4.ebuild')
-rw-r--r--dev-libs/libr/libr-14.1.4.ebuild7
1 files changed, 6 insertions, 1 deletions
diff --git a/dev-libs/libr/libr-14.1.4.ebuild b/dev-libs/libr/libr-14.1.4.ebuild
index 46d443f6..985ff9b0 100644
--- a/dev-libs/libr/libr-14.1.4.ebuild
+++ b/dev-libs/libr/libr-14.1.4.ebuild
@@ -1,5 +1,5 @@
# Copyright 1999-2024 Gentoo Authors
-# Copyright 2020-2025 The Trinity Desktop Project
+# Copyright 2020-2026 The Trinity Desktop Project
# Distributed under the terms of the GNU General Public License v2
EAPI="8"
@@ -31,6 +31,11 @@ DEPEND="${RDEPEND}
# NOTE: gtk uses weak linkage, so it's not necessary during runtime
BDEPEND="man? ( app-text/doxygen )"
+PATCHES=(
+ "${FILESDIR}/${P}-Update-for-API-change-in-binutils-2.45.patch"
+ "${FILESDIR}/${PN}-14.1.5-Update-for-API-change-in-binutils-2.46.patch"
+)
+
pkg_pretend() {
if ! use bfd && ! use elf; then
ewarn "You haven't selected nor \"bfd\" nor \"elf\" as a backend"