diff options
author | 2004-06-24 00:07:11 +0000 | |
---|---|---|
committer | 2004-06-24 00:07:11 +0000 | |
commit | 6ae84b2c1aafb9645ee734a01bef3f78e7f9ac32 (patch) | |
tree | 0d26f40a0de1ef0187d3f91cd29f263b9bd59595 /media-libs | |
parent | dont try to run autotools #54423 (Manifest recommit) (diff) | |
download | gentoo-2-6ae84b2c1aafb9645ee734a01bef3f78e7f9ac32.tar.gz gentoo-2-6ae84b2c1aafb9645ee734a01bef3f78e7f9ac32.tar.bz2 gentoo-2-6ae84b2c1aafb9645ee734a01bef3f78e7f9ac32.zip |
xine-lib needs at least -O1 optimization or it wont even compile ;D #31243
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/xine-lib/xine-lib-1_rc4-r1.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/media-libs/xine-lib/xine-lib-1_rc4-r1.ebuild b/media-libs/xine-lib/xine-lib-1_rc4-r1.ebuild index 756e8d918f04..3954e0f8904c 100644 --- a/media-libs/xine-lib/xine-lib-1_rc4-r1.ebuild +++ b/media-libs/xine-lib/xine-lib-1_rc4-r1.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_rc4-r1.ebuild,v 1.12 2004/06/23 23:59:11 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/xine-lib/xine-lib-1_rc4-r1.ebuild,v 1.13 2004/06/24 00:07:11 vapier Exp $ inherit eutils flag-o-matic gcc libtool @@ -84,6 +84,8 @@ src_compile() { filter-flags -momit-leaf-frame-pointer #46339 [ "`gcc-fullversion`" == "3.4.0" ] && append-flags -fno-web #49509 + is-flag -O? || append-flags -O1 #31243 + # fix build errors with sse2 #49482 if use x86 ; then [ "`gcc-version`" == "3.2" ] && append-flags -mno-sse2 && filter-mfpmath sse |