net-mail/gnubiff: fix Clang patch

Closes: https://bugs.gentoo.org/930500
Fixes: a0b6e2a772
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2025-09-14 08:47:51 +01:00
parent 99f257619a
commit bc4613b68f
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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