diff options
author | 2009-02-07 19:56:08 +0000 | |
---|---|---|
committer | 2009-02-07 19:56:08 +0000 | |
commit | 588dc442411cc3ffd098f364bb3f24bb5339f1ef (patch) | |
tree | bc9d7262e16f0f177bf9367fdc95ad61d2f3511b /media-gfx/sane-backends/sane-backends-1.0.19-r1.ebuild | |
parent | arm/ia64/sh/sparc stable wrt #254696 (diff) | |
download | historical-588dc442411cc3ffd098f364bb3f24bb5339f1ef.tar.gz historical-588dc442411cc3ffd098f364bb3f24bb5339f1ef.tar.bz2 historical-588dc442411cc3ffd098f364bb3f24bb5339f1ef.zip |
Turning off strict aliasing because of bad upstream code, see bug #253504.
Package-Manager: portage-2.1.6.4/cvs/Linux 2.6.26-gentoo-r4 i686
Diffstat (limited to 'media-gfx/sane-backends/sane-backends-1.0.19-r1.ebuild')
-rw-r--r-- | media-gfx/sane-backends/sane-backends-1.0.19-r1.ebuild | 8 |
1 files changed, 5 insertions, 3 deletions
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 \ |