diff options
Diffstat (limited to 'media-libs/xine-lib')
-rw-r--r-- | media-libs/xine-lib/xine-lib-1_rc5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/xine-lib/xine-lib-1_rc5.ebuild b/media-libs/xine-lib/xine-lib-1_rc5.ebuild index fc8456e0fa10..670e7f449bcd 100644 --- a/media-libs/xine-lib/xine-lib-1_rc5.ebuild +++ b/media-libs/xine-lib/xine-lib-1_rc5.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.ebuild,v 1.4 2004/06/26 20:11:08 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/xine-lib/xine-lib-1_rc5.ebuild,v 1.5 2004/06/26 20:15:17 hansmi Exp $ inherit eutils flag-o-matic gcc libtool @@ -108,7 +108,7 @@ src_compile() { then use altivec \ && myconf="${myconf} --enable-altivec" \ - || CFLAGS="${CFLAGS} -U__ALTIVEC__" + || append-flags -U__ALTIVEC__ fi # The default CFLAGS (-O) is the only thing working on hppa. |