diff options
author | Patrick Kursawe <phosphan@gentoo.org> | 2009-02-07 19:56:08 +0000 |
---|---|---|
committer | Patrick Kursawe <phosphan@gentoo.org> | 2009-02-07 19:56:08 +0000 |
commit | c339a769c470df463d345926cd0a2f6d6a3dde12 (patch) | |
tree | aed525d346f15c4f743a1a1d3dbc556bc2bdaaed /media-gfx | |
parent | arm/ia64/sh/sparc stable wrt #254696 (diff) | |
download | gentoo-2-c339a769c470df463d345926cd0a2f6d6a3dde12.tar.gz gentoo-2-c339a769c470df463d345926cd0a2f6d6a3dde12.tar.bz2 gentoo-2-c339a769c470df463d345926cd0a2f6d6a3dde12.zip |
Turning off strict aliasing because of bad upstream code, see bug #253504.
(Portage version: 2.1.6.4/cvs/Linux 2.6.26-gentoo-r4 i686)
Diffstat (limited to 'media-gfx')
5 files changed, 26 insertions, 14 deletions
diff --git a/media-gfx/sane-backends/ChangeLog b/media-gfx/sane-backends/ChangeLog index 2a359001b6ad..a14a830fc888 100644 --- a/media-gfx/sane-backends/ChangeLog +++ b/media-gfx/sane-backends/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-gfx/sane-backends -# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/sane-backends/ChangeLog,v 1.150 2008/09/27 17:06:36 armin76 Exp $ +# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/sane-backends/ChangeLog,v 1.151 2009/02/07 19:56:08 phosphan Exp $ + + 07 Feb 2009; Patrick Kursawe <phosphan@gentoo.org> + sane-backends-1.0.17.ebuild, sane-backends-1.0.18-r6.ebuild, + sane-backends-1.0.19-r1.ebuild, sane-backends-1.0.19-r2.ebuild: + Turning off strict aliasing because of bad upstream code, see bug #253504. 27 Sep 2008; Raúl Porcel <armin76@gentoo.org> sane-backends-1.0.19-r2.ebuild: diff --git a/media-gfx/sane-backends/sane-backends-1.0.17.ebuild b/media-gfx/sane-backends/sane-backends-1.0.17.ebuild index 56fef759b4dc..bd54c866b7cc 100644 --- a/media-gfx/sane-backends/sane-backends-1.0.17.ebuild +++ b/media-gfx/sane-backends/sane-backends-1.0.17.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/sane-backends/sane-backends-1.0.17.ebuild,v 1.16 2008/06/11 10:30:01 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/sane-backends/sane-backends-1.0.17.ebuild,v 1.17 2009/02/07 19:56:08 phosphan Exp $ -inherit eutils +inherit eutils flag-o-matic IUSE="usb gphoto2 ipv6 v4l" @@ -91,6 +91,8 @@ src_unpack() { } src_compile() { + append-flags -fno-strict-aliasing + SANEI_JPEG="sanei_jpeg.o" SANEI_JPEG_LO="sanei_jpeg.lo" \ BACKENDS="${SANE_BACKENDS}" \ econf \ diff --git a/media-gfx/sane-backends/sane-backends-1.0.18-r6.ebuild b/media-gfx/sane-backends/sane-backends-1.0.18-r6.ebuild index 833b4113b3c9..1a26a50993d9 100644 --- a/media-gfx/sane-backends/sane-backends-1.0.18-r6.ebuild +++ b/media-gfx/sane-backends/sane-backends-1.0.18-r6.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/sane-backends/sane-backends-1.0.18-r6.ebuild,v 1.10 2008/09/04 07:33:00 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/sane-backends/sane-backends-1.0.18-r6.ebuild,v 1.11 2009/02/07 19:56:08 phosphan Exp $ -inherit eutils +inherit eutils flag-o-matic IUSE="usb gphoto2 ipv6 v4l doc" @@ -102,6 +102,7 @@ src_unpack() { } src_compile() { + append-flags -fno-strict-aliasing SANEI_JPEG="sanei_jpeg.o" SANEI_JPEG_LO="sanei_jpeg.lo" \ BACKENDS="${SANE_BACKENDS}" \ econf \ diff --git a/media-gfx/sane-backends/sane-backends-1.0.19-r1.ebuild b/media-gfx/sane-backends/sane-backends-1.0.19-r1.ebuild index 412e0561a4d8..9c420fc75811 100644 --- a/media-gfx/sane-backends/sane-backends-1.0.19-r1.ebuild +++ b/media-gfx/sane-backends/sane-backends-1.0.19-r1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/sane-backends/sane-backends-1.0.19-r1.ebuild,v 1.12 2008/09/04 07:33:00 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/sane-backends/sane-backends-1.0.19-r1.ebuild,v 1.13 2009/02/07 19:56:08 phosphan Exp $ -inherit eutils +inherit eutils flag-o-matic IUSE="usb gphoto2 ipv6 v4l doc" @@ -103,6 +103,8 @@ src_unpack() { } src_compile() { + append-flags -fno-strict-aliasing + SANEI_JPEG="sanei_jpeg.o" SANEI_JPEG_LO="sanei_jpeg.lo" \ BACKENDS="${SANE_BACKENDS}" \ econf \ diff --git a/media-gfx/sane-backends/sane-backends-1.0.19-r2.ebuild b/media-gfx/sane-backends/sane-backends-1.0.19-r2.ebuild index c61c719066ee..dd58817713a3 100644 --- a/media-gfx/sane-backends/sane-backends-1.0.19-r2.ebuild +++ b/media-gfx/sane-backends/sane-backends-1.0.19-r2.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/sane-backends/sane-backends-1.0.19-r2.ebuild,v 1.4 2008/09/27 17:06:36 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/sane-backends/sane-backends-1.0.19-r2.ebuild,v 1.5 2009/02/07 19:56:08 phosphan Exp $ -inherit eutils +inherit eutils flag-o-matic IUSE="usb gphoto2 ipv6 v4l doc" @@ -105,6 +105,8 @@ src_unpack() { } src_compile() { + append-flags -fno-strict-aliasing + SANEI_JPEG="sanei_jpeg.o" SANEI_JPEG_LO="sanei_jpeg.lo" \ BACKENDS="${SANE_BACKENDS}" \ econf \ |