diff options
author | 2005-04-02 01:00:46 +0000 | |
---|---|---|
committer | 2005-04-02 01:00:46 +0000 | |
commit | 7ada4ad03c90b7f9792cbd02de93a211cab20c34 (patch) | |
tree | 63a55f2c72e641139b10e306f151ea3bbcb12ee4 /media-libs | |
parent | Add mask for all the gtk-sharp-1.9* component ebuilds. (diff) | |
download | gentoo-2-7ada4ad03c90b7f9792cbd02de93a211cab20c34.tar.gz gentoo-2-7ada4ad03c90b7f9792cbd02de93a211cab20c34.tar.bz2 gentoo-2-7ada4ad03c90b7f9792cbd02de93a211cab20c34.zip |
filter -fforce-addr on x86 #87077
(Portage version: 2.0.51.19)
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/libsdl/libsdl-1.2.8-r1.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/media-libs/libsdl/libsdl-1.2.8-r1.ebuild b/media-libs/libsdl/libsdl-1.2.8-r1.ebuild index 5e305cc69356..bf0bcc32f93e 100644 --- a/media-libs/libsdl/libsdl-1.2.8-r1.ebuild +++ b/media-libs/libsdl/libsdl-1.2.8-r1.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-libs/libsdl/libsdl-1.2.8-r1.ebuild,v 1.5 2005/03/25 13:38:37 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libsdl/libsdl-1.2.8-r1.ebuild,v 1.6 2005/04/02 01:00:46 vapier Exp $ inherit flag-o-matic toolchain-funcs eutils gnuconfig @@ -73,6 +73,9 @@ src_compile() { replace-flags -O? -O1 # bug #74608 strip-flags -funroll-all-loops -fpeel-loops -fomit-frame-pointer # more bug #74608 and also bug #82618 fi + if use x86 ; then + filter-flags -fforce-addr #87077 + fi use noaudio && myconf="${myconf} --disable-audio" use novideo \ && myconf="${myconf} --disable-video" \ |