From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 6EBD1138A1B for ; Sun, 1 Mar 2015 18:41:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E74DEE0886; Sun, 1 Mar 2015 18:41:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 65B93E0887 for ; Sun, 1 Mar 2015 18:41:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0E70E340A45 for ; Sun, 1 Mar 2015 18:41:09 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AAAAD12D29 for ; Sun, 1 Mar 2015 18:41:07 +0000 (UTC) From: "Ian Stakenvicius" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ian Stakenvicius" Message-ID: <1425234214.ecb55af0b6e0cba65df5b6b0595c3e81b488d8a7.axs@gentoo> Subject: [gentoo-commits] proj/mozilla:master commit in: www-client/firefox/files/, www-client/firefox/ X-VCS-Repository: proj/mozilla X-VCS-Files: www-client/firefox/files/firefox-36.0-depollute-CONST-from-dtoa.patch www-client/firefox/firefox-36.0.ebuild X-VCS-Directories: www-client/firefox/ www-client/firefox/files/ X-VCS-Committer: axs X-VCS-Committer-Name: Ian Stakenvicius X-VCS-Revision: ecb55af0b6e0cba65df5b6b0595c3e81b488d8a7 X-VCS-Branch: master Date: Sun, 1 Mar 2015 18:41:07 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: dca4b844-edd8-41e7-ac08-6eb3d9f7da02 X-Archives-Hash: 21fe70b419c2922ee39c6d4f5aa5904a commit: ecb55af0b6e0cba65df5b6b0595c3e81b488d8a7 Author: Ian Stakenvicius gentoo org> AuthorDate: Sun Mar 1 18:23:34 2015 +0000 Commit: Ian Stakenvicius gentoo org> CommitDate: Sun Mar 1 18:23:34 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/mozilla.git;a=commit;h=ecb55af0 another disable-ion fix --- .../files/firefox-36.0-depollute-CONST-from-dtoa.patch | 18 ++++++++++++++++++ www-client/firefox/firefox-36.0.ebuild | 1 + 2 files changed, 19 insertions(+) diff --git a/www-client/firefox/files/firefox-36.0-depollute-CONST-from-dtoa.patch b/www-client/firefox/files/firefox-36.0-depollute-CONST-from-dtoa.patch new file mode 100644 index 0000000..137bbfd --- /dev/null +++ b/www-client/firefox/files/firefox-36.0-depollute-CONST-from-dtoa.patch @@ -0,0 +1,18 @@ +--- a/mozilla-release/js/src/dtoa.c 2015-03-01 12:51:12.950912536 -0500 ++++ b/mozilla-release/js/src/dtoa.c 2015-03-01 12:57:49.670919777 -0500 +@@ -245,6 +245,7 @@ + #endif + + #ifndef CONST ++#define DTOA_UNSETCONSTDEF + #ifdef KR_headers + #define CONST /* blank */ + #else +@@ -3246,3 +3247,7 @@ + *rve = s; + return s0; + } ++ ++#ifdef DTOA_UNSETCONSTDEF ++#undef CONST ++#endif diff --git a/www-client/firefox/firefox-36.0.ebuild b/www-client/firefox/firefox-36.0.ebuild index 56569e5..a3cc92f 100644 --- a/www-client/firefox/firefox-36.0.ebuild +++ b/www-client/firefox/firefox-36.0.ebuild @@ -148,6 +148,7 @@ src_prepare() { epatch "${FILESDIR}"/${PN}-35.0-gmp-clearkey-sprintf.patch epatch "${FILESDIR}"/${PN}-36.0-disable-ion.patch + epatch "${FILESDIR}"/${PN}-36.0-depollute-CONST-from-dtoa.patch # Allow user to apply any additional patches without modifing ebuild epatch_user