diff options
Diffstat (limited to 'media-gfx/sane-backends/sane-backends-1.0.16-r2.ebuild')
-rw-r--r-- | media-gfx/sane-backends/sane-backends-1.0.16-r2.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/media-gfx/sane-backends/sane-backends-1.0.16-r2.ebuild b/media-gfx/sane-backends/sane-backends-1.0.16-r2.ebuild index 27914f37e0f4..7c3f57d5d2b4 100644 --- a/media-gfx/sane-backends/sane-backends-1.0.16-r2.ebuild +++ b/media-gfx/sane-backends/sane-backends-1.0.16-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 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.16-r2.ebuild,v 1.1 2005/08/30 08:00:38 phosphan Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/sane-backends/sane-backends-1.0.16-r2.ebuild,v 1.2 2005/09/05 11:53:48 phosphan Exp $ inherit eutils flag-o-matic @@ -87,6 +87,9 @@ src_unpack() { src_compile() { filter-flags -ffast-math + if use amd64; then + filter-flags -fstack-protector + fi SANEI_JPEG="sanei_jpeg.o" SANEI_JPEG_LO="sanei_jpeg.lo" \ BACKENDS="${SANE_BACKENDS}" \ econf \ |