From bc4613b68fd85c94554567130b53dfbae8e6a03c Mon Sep 17 00:00:00 2001 From: Sam James Date: Sun, 14 Sep 2025 08:47:51 +0100 Subject: [PATCH] net-mail/gnubiff: fix Clang patch Closes: https://bugs.gentoo.org/930500 Fixes: a0b6e2a772ca60c1af8c6b49972a13e16b42eb25 Signed-off-by: Sam James --- net-mail/gnubiff/files/gnubiff-2.2.17-clang.patch | 2 +- .../{gnubiff-2.2.17-r3.ebuild => gnubiff-2.2.17-r4.ebuild} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename net-mail/gnubiff/{gnubiff-2.2.17-r3.ebuild => gnubiff-2.2.17-r4.ebuild} (97%) diff --git a/net-mail/gnubiff/files/gnubiff-2.2.17-clang.patch b/net-mail/gnubiff/files/gnubiff-2.2.17-clang.patch index 1d4d926715bc2..fa3e8ae7f0890 100644 --- a/net-mail/gnubiff/files/gnubiff-2.2.17-clang.patch +++ b/net-mail/gnubiff/files/gnubiff-2.2.17-clang.patch @@ -7,7 +7,7 @@ -DREAL_DATADIR=\""$(datadir)"\" \ -D_GNU_SOURCE \ - -Wall -ansi -pedantic -export-dynamic -+ -Wall -ansi -pedantic ++ -Wall -ansi -pedantic -Wl,--export-dynamic bin_PROGRAMS = gnubiff diff --git a/net-mail/gnubiff/gnubiff-2.2.17-r3.ebuild b/net-mail/gnubiff/gnubiff-2.2.17-r4.ebuild similarity index 97% rename from net-mail/gnubiff/gnubiff-2.2.17-r3.ebuild rename to net-mail/gnubiff/gnubiff-2.2.17-r4.ebuild index a1e90b500c31f..8fcdaee6c8764 100644 --- a/net-mail/gnubiff/gnubiff-2.2.17-r3.ebuild +++ b/net-mail/gnubiff/gnubiff-2.2.17-r4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8