diff options
author | 2004-07-10 16:24:35 +0000 | |
---|---|---|
committer | 2004-07-10 16:24:35 +0000 | |
commit | eba0b9fe703437faf700323c84e3b6f17746bf8b (patch) | |
tree | 8b94d0893e152a6a99ebee45d82aa020851885e1 /media-libs | |
parent | hppa stable (Manifest recommit) (diff) | |
download | gentoo-2-eba0b9fe703437faf700323c84e3b6f17746bf8b.tar.gz gentoo-2-eba0b9fe703437faf700323c84e3b6f17746bf8b.tar.bz2 gentoo-2-eba0b9fe703437faf700323c84e3b6f17746bf8b.zip |
fix the flag logic with missing -O since Lv broke it
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/xine-lib/xine-lib-1_rc4-r1.ebuild | 4 | ||||
-rw-r--r-- | media-libs/xine-lib/xine-lib-1_rc5-r2.ebuild | 4 |
2 files changed, 4 insertions, 4 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 5386a0eb10b8..74490bfdb0b6 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 Foundation # 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.19 2004/07/06 19:30:47 lv Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/xine-lib/xine-lib-1_rc4-r1.ebuild,v 1.20 2004/07/10 16:24:35 vapier Exp $ inherit eutils flag-o-matic gcc libtool @@ -91,7 +91,7 @@ src_compile() { append-flags -funit-at-a-time #55202 fi - replace-flags -O0 -O1 #31243 + is-flag -O? || append-flags -O1 #31243 # fix build errors with sse2 #49482 if use x86 ; then diff --git a/media-libs/xine-lib/xine-lib-1_rc5-r2.ebuild b/media-libs/xine-lib/xine-lib-1_rc5-r2.ebuild index b3e27d4cad7c..997f98b6a027 100644 --- a/media-libs/xine-lib/xine-lib-1_rc5-r2.ebuild +++ b/media-libs/xine-lib/xine-lib-1_rc5-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/xine-lib/xine-lib-1_rc5-r2.ebuild,v 1.9 2004/07/06 19:30:47 lv Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/xine-lib/xine-lib-1_rc5-r2.ebuild,v 1.10 2004/07/10 16:24:35 vapier Exp $ inherit eutils flag-o-matic gcc libtool @@ -90,7 +90,7 @@ src_compile() { append-flags -funit-at-a-time #55202 fi - replace-flags -O0 -O1 #31243 + is-flag -O? || append-flags -O1 #31243 # fix build errors with sse2 #49482 if use x86 ; then |