diff options
author | Martin Holzer <mholzer@gentoo.org> | 2004-02-18 08:52:54 +0000 |
---|---|---|
committer | Martin Holzer <mholzer@gentoo.org> | 2004-02-18 08:52:54 +0000 |
commit | b8eb7f7a4e477f487f3f9d48cc04ebb279aaa0ac (patch) | |
tree | 3822b49e60cec2b71511c6f096a9d3e0c26f0947 /media-libs/xine-lib/xine-lib-1_rc2.ebuild | |
parent | remove rsbac-sources dir (diff) | |
download | gentoo-2-b8eb7f7a4e477f487f3f9d48cc04ebb279aaa0ac.tar.gz gentoo-2-b8eb7f7a4e477f487f3f9d48cc04ebb279aaa0ac.tar.bz2 gentoo-2-b8eb7f7a4e477f487f3f9d48cc04ebb279aaa0ac.zip |
still no change with sse2 and p4
Diffstat (limited to 'media-libs/xine-lib/xine-lib-1_rc2.ebuild')
-rw-r--r-- | media-libs/xine-lib/xine-lib-1_rc2.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/media-libs/xine-lib/xine-lib-1_rc2.ebuild b/media-libs/xine-lib/xine-lib-1_rc2.ebuild index 6f8d1d393f02..4dc45e3f3cff 100644 --- a/media-libs/xine-lib/xine-lib-1_rc2.ebuild +++ b/media-libs/xine-lib/xine-lib-1_rc2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/xine-lib/xine-lib-1_rc2.ebuild,v 1.13 2004/02/16 15:32:29 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/xine-lib/xine-lib-1_rc2.ebuild,v 1.14 2004/02/18 08:52:54 mholzer Exp $ inherit eutils flag-o-matic gcc @@ -59,6 +59,10 @@ src_compile() { use x86 && append-flags -mno-sse2 fi + if [ "`gcc-version`" == "3.3" ]; then + use x86 && append-flags -mno-sse2 + fi + # Make sure that the older libraries are not installed (bug #15081). if [ -f /usr/lib/libxine.so.0 ] then |