Gentoo Archives: gentoo-commits

From: Ian Stakenvicius <axs@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/mozilla:master commit in: www-client/seamonkey/
Date: Tue, 25 Jul 2017 19:38:34
Message-Id: 1501011473.811a22055578ec3af42ce666782c0ab2b0809850.axs@gentoo
1 commit: 811a22055578ec3af42ce666782c0ab2b0809850
2 Author: Ian Stakenvicius <axs <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jul 25 19:35:42 2017 +0000
4 Commit: Ian Stakenvicius <axs <AT> gentoo <DOT> org>
5 CommitDate: Tue Jul 25 19:37:53 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=811a2205
7
8 Disable the hard-coded locale compilation for chatzilla when chatzilla is disabled
9
10 www-client/seamonkey/seamonkey-2.49.2.0_p0.ebuild | 5 +++++
11 1 file changed, 5 insertions(+)
12
13 diff --git a/www-client/seamonkey/seamonkey-2.49.2.0_p0.ebuild b/www-client/seamonkey/seamonkey-2.49.2.0_p0.ebuild
14 index 3461971..8bcdf00 100644
15 --- a/www-client/seamonkey/seamonkey-2.49.2.0_p0.ebuild
16 +++ b/www-client/seamonkey/seamonkey-2.49.2.0_p0.ebuild
17 @@ -209,6 +209,11 @@ src_prepare() {
18 sed 's@\(xargs rm\)$@\1 -f@' \
19 -i "${ms}"/toolkit/mozapps/installer/packager.mk || die
20
21 + # Don't build libs-% locale files for chatzilla if we are not building chatzilla
22 + # (this is hard-coded in the build system at present rather than being based on configuration)
23 + use chatzilla || sed '/extensions\/irc\/locales libs-/s@^@#@' \
24 + -i "${S}"/suite/locales/Makefile.in || die
25 +
26 eautoreconf old-configure.in
27 cd "${S}"/mozilla || die
28 eautoconf old-configure.in