From: "Mike Frysinger" <vapier@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/hfsplusutils/
Date: Sat, 23 Apr 2016 06:40:35 +0000 (UTC) [thread overview]
Message-ID: <1461393627.e9a6b95c48c57f0cde265333351d638724d66a91.vapier@gentoo> (raw)
commit: e9a6b95c48c57f0cde265333351d638724d66a91
Author: Mike Frysinger <vapier <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 23 06:40:27 2016 +0000
Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org>
CommitDate: Sat Apr 23 06:40:27 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9a6b95c
sys-fs/hfsplusutils: add support for USE=static-libs
sys-fs/hfsplusutils/hfsplusutils-1.0.4-r1.ebuild | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/sys-fs/hfsplusutils/hfsplusutils-1.0.4-r1.ebuild b/sys-fs/hfsplusutils/hfsplusutils-1.0.4-r1.ebuild
index fd1d77c..71cc51b 100644
--- a/sys-fs/hfsplusutils/hfsplusutils-1.0.4-r1.ebuild
+++ b/sys-fs/hfsplusutils/hfsplusutils-1.0.4-r1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="http://penguinppc.org/historical/hfsplus/${MY_P}.src.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="ppc ppc64 x86"
-IUSE=""
+IUSE="static-libs"
DEPEND="app-arch/bzip2"
RDEPEND=""
@@ -33,7 +33,12 @@ src_prepare() {
append-flags -fgnu89-inline
}
+src_configure() {
+ econf $(use_enable static-libs static)
+}
+
src_install() {
default
+ find "${ED}"/usr/ -name libhfsp.la -delete
newman doc/man/hfsp.man hfsp.1
}
next reply other threads:[~2016-04-23 6:40 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-04-23 6:40 Mike Frysinger [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-01-16 17:49 [gentoo-commits] repo/gentoo:master commit in: sys-fs/hfsplusutils/ Sam James
2023-09-14 5:27 WANG Xuerui
2022-12-03 13:27 David Seifert
2019-09-01 10:22 David Seifert
2016-04-23 6:38 Mike Frysinger
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=1461393627.e9a6b95c48c57f0cde265333351d638724d66a91.vapier@gentoo \
--to=vapier@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