summaryrefslogtreecommitdiffstats
path: root/dev-libs/libr/libr-14.1.5.ebuild
diff options
context:
space:
mode:
authorAlexander Golubev <fatzer2@gmail.com>2026-02-22 04:15:03 +0300
committerFat-Zer <fatzer2@gmail.com>2026-02-22 05:00:26 +0000
commit7274f0cec1be62b8b819f2dbb7e7a0017be4a725 (patch)
tree9233df1242651809d8cdd2e9038d98d23fa90661 /dev-libs/libr/libr-14.1.5.ebuild
parent15d873519d97bb364c303932802a799abb6f1536 (diff)
downloadtde-packaging-gentoo-master.tar.gz
tde-packaging-gentoo-master.zip
dev-libs/libr: fix build with binutils-2.45 & 2.45HEADmaster
Closes: https://mirror.git.trinitydesktop.org/gitea/TDE/tde-packaging-gentoo/issues/465 Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
Diffstat (limited to 'dev-libs/libr/libr-14.1.5.ebuild')
-rw-r--r--dev-libs/libr/libr-14.1.5.ebuild4
1 files changed, 4 insertions, 0 deletions
diff --git a/dev-libs/libr/libr-14.1.5.ebuild b/dev-libs/libr/libr-14.1.5.ebuild
index 6ded42bb..409c458c 100644
--- a/dev-libs/libr/libr-14.1.5.ebuild
+++ b/dev-libs/libr/libr-14.1.5.ebuild
@@ -31,6 +31,10 @@ 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.46.patch"
+)
+
pkg_pretend() {
if ! use bfd && ! use elf; then
ewarn "You haven't selected nor \"bfd\" nor \"elf\" as a backend"