From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1PzqyT-0005xc-8J for garchives@archives.gentoo.org; Wed, 16 Mar 2011 13:41:22 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1595C1C007; Wed, 16 Mar 2011 13:41:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id D9CB61C007 for ; Wed, 16 Mar 2011 13:41:09 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 44D301B410C for ; Wed, 16 Mar 2011 13:41:09 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 344678006A for ; Wed, 16 Mar 2011 13:41:08 +0000 (UTC) From: "Jory Pratt" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jory Pratt" Message-ID: <171954052acecd99c146db1f26203fef67bd8ff1.anarchy@gentoo> Subject: [gentoo-commits] proj/mozilla:master commit in: eclass/ X-VCS-Repository: proj/mozilla X-VCS-Files: eclass/mozconfig-3.eclass X-VCS-Directories: eclass/ X-VCS-Committer: anarchy X-VCS-Committer-Name: Jory Pratt X-VCS-Revision: 171954052acecd99c146db1f26203fef67bd8ff1 Date: Wed, 16 Mar 2011 13:41:08 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 9845217b56cd25440cfc536454f6af25 commit: 171954052acecd99c146db1f26203fef67bd8ff1 Author: Jory A. Pratt gentoo org> AuthorDate: Wed Mar 16 13:40:58 2011 +0000 Commit: Jory Pratt gentoo org> CommitDate: Wed Mar 16 13:40:58 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/mozilla.git;a= =3Dcommit;h=3D17195405 misc fixes in eclass for thunderbird to build properly. --- eclass/mozconfig-3.eclass | 11 +++-------- 1 files changed, 3 insertions(+), 8 deletions(-) diff --git a/eclass/mozconfig-3.eclass b/eclass/mozconfig-3.eclass index a1b919c..0b81bd1 100644 --- a/eclass/mozconfig-3.eclass +++ b/eclass/mozconfig-3.eclass @@ -59,11 +59,11 @@ mozconfig_config() { fi mozconfig_use_enable wifi necko-wifi =20 - if ${XUL}; then + if [[ ${PN} =3D=3D xulrunner ]] ; then mozconfig_annotate 'mozjs' --enable-shared-js fi =20 - if ${SM} || ${XUL} || ${FF} || ${IC}; then + if [[ ${PN} !=3D thunderbird ]]; then if use webm && ! use alsa; then echo "Enabling alsa support due to webm request" mozconfig_annotate '+webm -alsa' --enable-ogg @@ -79,11 +79,6 @@ mozconfig_config() { fi fi =20 - if ${SM} || ${TB} || ${XUL}; then - MEXTENSIONS=3D"default" - mozconfig_annotate '' --enable-extensions=3D"${MEXTENSIONS}" - fi - # These are enabled by default in all mozilla applications mozconfig_annotate '' --with-system-nspr --with-nspr-prefix=3D"${EPREFI= X}"/usr mozconfig_annotate '' --with-system-nss --with-nss-prefix=3D"${EPREFIX}= "/usr @@ -92,7 +87,7 @@ mozconfig_config() { mozconfig_annotate '' --enable-system-hunspell mozconfig_annotate '' --disable-gnomevfs mozconfig_annotate '' --enable-gio - if ${XUL} || ${FF} || ${IC} || ${SM} ; then + if [[ ${PN} !=3D thunderbird ]] ; then mozconfig_annotate 'places' --enable-storage --enable-places --enable-= places_bookmarks mozconfig_annotate '' --enable-oji --enable-mathml mozconfig_annotate 'broken' --disable-mochitest