From: "Fabian Groffen" <grobian@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Locale-gettext/
Date: Sun, 13 Apr 2025 17:31:32 +0000 (UTC) [thread overview]
Message-ID: <1744565487.06b98b354413cbe2e87d14cd0f6f772b12d5a0d9.grobian@gentoo> (raw)
commit: 06b98b354413cbe2e87d14cd0f6f772b12d5a0d9
Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 13 07:15:21 2025 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Sun Apr 13 17:31:27 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06b98b35
dev-perl/Locale-gettext: fix final object with libintl on Solaris
Ensure we reference libintl from Prefix, so ld won't fail while using
the object.
Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
dev-perl/Locale-gettext/Locale-gettext-1.70.0_p20181130.ebuild | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/dev-perl/Locale-gettext/Locale-gettext-1.70.0_p20181130.ebuild b/dev-perl/Locale-gettext/Locale-gettext-1.70.0_p20181130.ebuild
index 3b68978e3b32..66a2d0346821 100644
--- a/dev-perl/Locale-gettext/Locale-gettext-1.70.0_p20181130.ebuild
+++ b/dev-perl/Locale-gettext/Locale-gettext-1.70.0_p20181130.ebuild
@@ -31,3 +31,9 @@ PATCHES=(
"${FILESDIR}/${PN}-1.70.0-tests.patch"
"${FILESDIR}/${PN}-1.70.0_p20181130-config-log.patch"
)
+
+src_compile() {
+ # Makefile.PL cannot know we use libintl over system
+ [[ ${CHOST} == *-solaris* ]] && export LDLOADLIBS="-lintl"
+ default
+}
next reply other threads:[~2025-04-13 17:31 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-04-13 17:31 Fabian Groffen [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-04-13 17:34 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Locale-gettext/ Sam James
2025-03-12 8:11 Sam James
2025-03-03 20:48 Sam James
2025-03-03 20:34 Sam James
2025-03-03 20:34 Sam James
2025-01-18 12:09 Sam James
2025-01-18 12:09 Sam James
2021-11-09 21:02 Andreas K. Hüttel
2019-05-04 18:33 Mikle Kolyada
2019-03-27 19:28 Fabian Groffen
2019-01-09 15:41 Michał Górny
2018-01-05 12:05 Mikle Kolyada
2018-01-04 7:10 Sergei Trofimovich
2017-01-29 16:35 Fabian Groffen
2016-05-27 20:23 Andreas Hüttel
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1744565487.06b98b354413cbe2e87d14cd0f6f772b12d5a0d9.grobian@gentoo \
--to=grobian@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox