summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-06-23 12:57:25 +0000
committerMike Frysinger <vapier@gentoo.org>2004-06-23 12:57:25 +0000
commit8d8f138c48965d60359642f1f290e38ec259807f (patch)
treea4a728325d13663dfad2836ee817be4f8e03d799 /media-libs
parentAdd ~alpha (Manifest recommit) (diff)
downloadgentoo-2-8d8f138c48965d60359642f1f290e38ec259807f.tar.gz
gentoo-2-8d8f138c48965d60359642f1f290e38ec259807f.tar.bz2
gentoo-2-8d8f138c48965d60359642f1f290e38ec259807f.zip
fix 3.4.0 issues with creating artifacts #49509
Diffstat (limited to 'media-libs')
-rw-r--r--media-libs/xine-lib/xine-lib-1_rc4-r1.ebuild5
1 files changed, 3 insertions, 2 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 e055ca7715cb..4c20da99b2a2 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.7 2004/06/21 04:58:06 brad Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/xine-lib/xine-lib-1_rc4-r1.ebuild,v 1.8 2004/06/23 12:57:25 vapier Exp $
inherit eutils flag-o-matic gcc libtool
@@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/xine/${PN}-${PV/_/-}${MY_PKG_SUFFIX}.tar.gz"
LICENSE="GPL-2"
SLOT="1"
-KEYWORDS="x86 ppc hppa ~sparc amd64 -ia64 ~alpha"
+KEYWORDS="x86 ppc ~sparc ~alpha hppa amd64 -ia64"
IUSE="arts esd avi nls dvd aalib X directfb oggvorbis alsa gnome sdl speex theora ipv6"
RDEPEND="oggvorbis? ( media-libs/libvorbis )
@@ -81,6 +81,7 @@ src_compile() {
filter-flags -maltivec -mabi=altivec -fstack-protector
filter-flags -fPIC
filter-flags -fforce-addr
+ [ "`gcc-fullversion`" == "3.4.0" ] && append-flags -fno-web #49509
# fix build errors with sse2
if use x86 ; then