From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/matio/
Date: Wed, 27 Mar 2024 04:52:11 +0000 (UTC) [thread overview]
Message-ID: <1711514987.5232e815915a4f51e8704d0f835726b07a08ad0f.sam@gentoo> (raw)
commit: 5232e815915a4f51e8704d0f835726b07a08ad0f
Author: Eli Schwartz <eschwartz93 <AT> gmail <DOT> com>
AuthorDate: Wed Mar 27 04:16:56 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Mar 27 04:49:47 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5232e815
sci-libs/matio: make sure elibtoolize is applied
Needed to e.g. pass LTO warning flags through to the linker.
Signed-off-by: Eli Schwartz <eschwartz93 <AT> gmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>
sci-libs/matio/matio-1.5.23.ebuild | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/sci-libs/matio/matio-1.5.23.ebuild b/sci-libs/matio/matio-1.5.23.ebuild
index 07f134ffdfa6..9e66ecdece8b 100644
--- a/sci-libs/matio/matio-1.5.23.ebuild
+++ b/sci-libs/matio/matio-1.5.23.ebuild
@@ -3,6 +3,8 @@
EAPI=8
+inherit libtool
+
DESCRIPTION="Library for reading and writing matlab files"
HOMEPAGE="https://sourceforge.net/projects/matio/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
@@ -18,6 +20,11 @@ RDEPEND="
DEPEND="${RDEPEND}"
BDEPEND="doc? ( virtual/latex-base )"
+src_prepare() {
+ default
+ elibtoolize
+}
+
src_configure() {
econf \
--disable-static \
next reply other threads:[~2024-03-27 4:52 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-03-27 4:52 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-01-29 16:47 [gentoo-commits] repo/gentoo:master commit in: sci-libs/matio/ Arthur Zamarin
2024-01-16 5:46 Viorel Munteanu
2022-05-09 17:19 Andrew Ammerlaan
2022-05-09 17:19 Andrew Ammerlaan
2021-05-27 21:06 David Seifert
2021-05-04 22:06 Sam James
2021-01-24 13:49 David Seifert
2021-01-24 13:49 David Seifert
2020-04-17 21:11 David Seifert
2020-03-15 23:55 David Seifert
2019-07-03 22:00 Tim Harder
2018-12-13 6:48 Tim Harder
2017-05-30 21:37 Patrice Clement
2017-05-30 21:37 Patrice Clement
2016-10-27 5:01 Tim Harder
2016-09-08 18:30 Tim Harder
2016-06-23 16:46 David Seifert
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=1711514987.5232e815915a4f51e8704d0f835726b07a08ad0f.sam@gentoo \
--to=sam@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