diff options
author | Petr Vaněk <arkamar@gentoo.org> | 2025-01-09 22:32:10 +0100 |
---|---|---|
committer | Petr Vaněk <arkamar@gentoo.org> | 2025-01-09 22:38:23 +0100 |
commit | 0f1e8046275ec2e40c276401afde4b54b267b920 (patch) | |
tree | 0ee37882e2a2d091f59098f79ffb8139c8dedb63 /net-mail | |
parent | net-mail/asmail: Fix typo in the patch description (diff) | |
download | gentoo-0f1e8046275ec2e40c276401afde4b54b267b920.tar.gz gentoo-0f1e8046275ec2e40c276401afde4b54b267b920.tar.bz2 gentoo-0f1e8046275ec2e40c276401afde4b54b267b920.zip |
net-mail/asmail: respect LDFLAGS
The LDFLAGS was ommited in r3 revision, but it is still required.
Closes: https://bugs.gentoo.org/921262
Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/asmail/asmail-2.1-r4.ebuild (renamed from net-mail/asmail/asmail-2.1-r3.ebuild) | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-mail/asmail/asmail-2.1-r3.ebuild b/net-mail/asmail/asmail-2.1-r4.ebuild index 29c8a3a37716..4c24bda587f2 100644 --- a/net-mail/asmail/asmail-2.1-r3.ebuild +++ b/net-mail/asmail/asmail-2.1-r4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -26,6 +26,7 @@ DEPEND="${RDEPEND} x11-base/xorg-proto" PATCHES=( + "${FILESDIR}"/${P}-ldflags.patch "${FILESDIR}"/${P}-update-autotools.patch ) |