diff options
author | 2013-03-08 22:09:17 +0000 | |
---|---|---|
committer | 2013-03-08 22:09:17 +0000 | |
commit | 8d4d4affdb3a6ad4a7e60b626525c6a3ba5fd3ab (patch) | |
tree | 941c72742711bb75d790e46ebf21b91d650512cc /www-client | |
parent | Move LeechCraft to new category (diff) | |
download | gentoo-2-8d4d4affdb3a6ad4a7e60b626525c6a3ba5fd3ab.tar.gz gentoo-2-8d4d4affdb3a6ad4a7e60b626525c6a3ba5fd3ab.tar.bz2 gentoo-2-8d4d4affdb3a6ad4a7e60b626525c6a3ba5fd3ab.zip |
Work around a compile issue by using -mno-sse4, bug #459126 by Nuno.
(Portage version: 2.1.11.50/cvs/Linux i686, signed Manifest commit with key 30427902)
Diffstat (limited to 'www-client')
-rw-r--r-- | www-client/chromium/ChangeLog | 7 | ||||
-rw-r--r-- | www-client/chromium/chromium-25.0.1364.160.ebuild | 6 | ||||
-rw-r--r-- | www-client/chromium/chromium-26.0.1410.19.ebuild | 6 | ||||
-rw-r--r-- | www-client/chromium/chromium-27.0.1430.0.ebuild | 6 | ||||
-rw-r--r-- | www-client/chromium/chromium-9999-r1.ebuild | 6 |
5 files changed, 22 insertions, 9 deletions
diff --git a/www-client/chromium/ChangeLog b/www-client/chromium/ChangeLog index 1db7b185aa98..ae21512b7eeb 100644 --- a/www-client/chromium/ChangeLog +++ b/www-client/chromium/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for www-client/chromium # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/chromium/ChangeLog,v 1.837 2013/03/08 18:51:47 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/chromium/ChangeLog,v 1.838 2013/03/08 22:09:17 phajdan.jr Exp $ + + 08 Mar 2013; Pawel Hajdan jr <phajdan.jr@gentoo.org> + chromium-25.0.1364.160.ebuild, chromium-26.0.1410.19.ebuild, + chromium-27.0.1430.0.ebuild, chromium-9999-r1.ebuild: + Work around a compile issue by using -mno-sse4, bug #459126 by Nuno. 08 Mar 2013; Agostino Sarubbo <ago@gentoo.org> chromium-25.0.1364.160.ebuild: Stable for amd64, wrt bug #460776 diff --git a/www-client/chromium/chromium-25.0.1364.160.ebuild b/www-client/chromium/chromium-25.0.1364.160.ebuild index df524a4e3654..d7dff06a6ebf 100644 --- a/www-client/chromium/chromium-25.0.1364.160.ebuild +++ b/www-client/chromium/chromium-25.0.1364.160.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/chromium/chromium-25.0.1364.160.ebuild,v 1.3 2013/03/08 18:51:47 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/chromium/chromium-25.0.1364.160.ebuild,v 1.4 2013/03/08 22:09:17 phajdan.jr Exp $ EAPI="5" PYTHON_DEPEND="2:2.6" @@ -345,10 +345,12 @@ src_configure() { # the build to fail because of that. myconf+=" -Dwerror=" - # Avoid CFLAGS problems, bug #352457, bug #390147. + # Avoid CFLAGS problems, bug #352457, bug #390147, bug #459126. if ! use custom-cflags; then + append-flags -mno-sse4 replace-flags "-Os" "-O2" strip-flags + strip-unsupported-flags fi egyp_chromium ${myconf} || die diff --git a/www-client/chromium/chromium-26.0.1410.19.ebuild b/www-client/chromium/chromium-26.0.1410.19.ebuild index c9dbe7d19d86..697f8a25a5aa 100644 --- a/www-client/chromium/chromium-26.0.1410.19.ebuild +++ b/www-client/chromium/chromium-26.0.1410.19.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/chromium/chromium-26.0.1410.19.ebuild,v 1.4 2013/03/06 04:49:53 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/chromium/chromium-26.0.1410.19.ebuild,v 1.5 2013/03/08 22:09:17 phajdan.jr Exp $ EAPI="5" PYTHON_COMPAT=( python{2_6,2_7} ) @@ -326,10 +326,12 @@ src_configure() { # the build to fail because of that. myconf+=" -Dwerror=" - # Avoid CFLAGS problems, bug #352457, bug #390147. + # Avoid CFLAGS problems, bug #352457, bug #390147, bug #459126. if ! use custom-cflags; then + append-flags -mno-sse4 replace-flags "-Os" "-O2" strip-flags + strip-unsupported-flags fi # Make sure the build system will use the right tools, bug #340795. diff --git a/www-client/chromium/chromium-27.0.1430.0.ebuild b/www-client/chromium/chromium-27.0.1430.0.ebuild index 0ed2edbb48e4..426ba9059b0d 100644 --- a/www-client/chromium/chromium-27.0.1430.0.ebuild +++ b/www-client/chromium/chromium-27.0.1430.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/chromium/chromium-27.0.1430.0.ebuild,v 1.4 2013/03/07 20:51:59 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/chromium/chromium-27.0.1430.0.ebuild,v 1.5 2013/03/08 22:09:17 phajdan.jr Exp $ EAPI="5" PYTHON_COMPAT=( python{2_6,2_7} ) @@ -339,10 +339,12 @@ src_configure() { # the build to fail because of that. myconf+=" -Dwerror=" - # Avoid CFLAGS problems, bug #352457, bug #390147. + # Avoid CFLAGS problems, bug #352457, bug #390147, bug #459126. if ! use custom-cflags; then + append-flags -mno-sse4 replace-flags "-Os" "-O2" strip-flags + strip-unsupported-flags fi # Make sure the build system will use the right tools, bug #340795. diff --git a/www-client/chromium/chromium-9999-r1.ebuild b/www-client/chromium/chromium-9999-r1.ebuild index 820886c69001..de0501afe1b8 100644 --- a/www-client/chromium/chromium-9999-r1.ebuild +++ b/www-client/chromium/chromium-9999-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/chromium/chromium-9999-r1.ebuild,v 1.178 2013/03/07 20:51:59 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/chromium/chromium-9999-r1.ebuild,v 1.179 2013/03/08 22:09:17 phajdan.jr Exp $ EAPI="5" PYTHON_COMPAT=( python{2_6,2_7} ) @@ -399,10 +399,12 @@ src_configure() { # the build to fail because of that. myconf+=" -Dwerror=" - # Avoid CFLAGS problems, bug #352457, bug #390147. + # Avoid CFLAGS problems, bug #352457, bug #390147, bug #459126. if ! use custom-cflags; then + append-flags -mno-sse4 replace-flags "-Os" "-O2" strip-flags + strip-unsupported-flags fi # Make sure the build system will use the right tools, bug #340795. |