From: "Matthew Smith" <matthew@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/ttfautohint/
Date: Thu, 31 Mar 2022 16:56:51 +0000 (UTC) [thread overview]
Message-ID: <1648745796.e1c3d13d2c03d97f542570d07ef5f08077f7844b.matthew@gentoo> (raw)
commit: e1c3d13d2c03d97f542570d07ef5f08077f7844b
Author: Matthew Smith <matthew <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 31 16:52:49 2022 +0000
Commit: Matthew Smith <matthew <AT> gentoo <DOT> org>
CommitDate: Thu Mar 31 16:56:36 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1c3d13d
media-gfx/ttfautohint: fix musl build
Closes: https://bugs.gentoo.org/836426
Signed-off-by: Matthew Smith <matthew <AT> gentoo.org>
.../{ttfautohint-1.8.4-r1.ebuild => ttfautohint-1.8.4-r2.ebuild} | 3 +++
1 file changed, 3 insertions(+)
diff --git a/media-gfx/ttfautohint/ttfautohint-1.8.4-r1.ebuild b/media-gfx/ttfautohint/ttfautohint-1.8.4-r2.ebuild
similarity index 91%
rename from media-gfx/ttfautohint/ttfautohint-1.8.4-r1.ebuild
rename to media-gfx/ttfautohint/ttfautohint-1.8.4-r2.ebuild
index f24247ff6504..15534d9edc17 100644
--- a/media-gfx/ttfautohint/ttfautohint-1.8.4-r1.ebuild
+++ b/media-gfx/ttfautohint/ttfautohint-1.8.4-r2.ebuild
@@ -35,6 +35,9 @@ src_prepare() {
# Don't invoke git to get the version number.
sed "s|m4_esyscmd.*VERSION)|${PV//_/-}|" -i configure.ac || die
+ # musl does not define _Bool for c++, bug #836426
+ sed 's/_Bool/bool/' -i lib/llrb.h || die
+
eautoreconf
}
next reply other threads:[~2022-03-31 16:56 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-03-31 16:56 Matthew Smith [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-12-31 9:08 [gentoo-commits] repo/gentoo:master commit in: media-gfx/ttfautohint/ Andreas Sturmlechner
2024-07-31 17:51 Matthew Smith
2022-07-22 9:05 Matthew Smith
2022-05-23 6:29 Matthew Smith
2022-05-04 15:11 Jakov Smolić
2022-03-08 19:54 Matthew Smith
2022-03-07 17:52 Matthew Smith
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=1648745796.e1c3d13d2c03d97f542570d07ef5f08077f7844b.matthew@gentoo \
--to=matthew@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