diff options
Diffstat (limited to 'media-gfx/sane-backends/sane-backends-1.0.17.ebuild')
-rw-r--r-- | media-gfx/sane-backends/sane-backends-1.0.17.ebuild | 8 |
1 files changed, 5 insertions, 3 deletions
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 \ |