summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Gryniewicz <dang@gentoo.org>2005-09-26 15:31:47 +0000
committerDaniel Gryniewicz <dang@gentoo.org>2005-09-26 15:31:47 +0000
commitf86ddbb60e49cd604b8f473470d4f19a28a8f440 (patch)
treef88416eaaebd7ecd8333dd9038af29a1da1f510d /media-sound/rhythmbox/rhythmbox-0.8.8-r1.ebuild
parentx86 stable (diff)
downloadgentoo-2-f86ddbb60e49cd604b8f473470d4f19a28a8f440.tar.gz
gentoo-2-f86ddbb60e49cd604b8f473470d4f19a28a8f440.tar.bz2
gentoo-2-f86ddbb60e49cd604b8f473470d4f19a28a8f440.zip
Fix empty xlibs. Bug #91707
(Portage version: 2.0.52-r1)
Diffstat (limited to 'media-sound/rhythmbox/rhythmbox-0.8.8-r1.ebuild')
-rw-r--r--media-sound/rhythmbox/rhythmbox-0.8.8-r1.ebuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/media-sound/rhythmbox/rhythmbox-0.8.8-r1.ebuild b/media-sound/rhythmbox/rhythmbox-0.8.8-r1.ebuild
index 32f0defdc573..996a1b6a0af0 100644
--- a/media-sound/rhythmbox/rhythmbox-0.8.8-r1.ebuild
+++ b/media-sound/rhythmbox/rhythmbox-0.8.8-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/rhythmbox/rhythmbox-0.8.8-r1.ebuild,v 1.8 2005/07/27 20:16:40 gustavoz Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/rhythmbox/rhythmbox-0.8.8-r1.ebuild,v 1.9 2005/09/26 15:31:47 dang Exp $
inherit gnome2 eutils
@@ -81,5 +81,8 @@ src_unpack()
epatch ${FILESDIR}/${PN}-0.8.7-gst_shn_support.patch
# fix ipod crasher
epatch ${FILESDIR}/${P}-ipod.patch
+ # Fix empty X libs. Bug #91707
+ epatch ${FILESDIR}/${P}-empty-xlib.patch
+ autoconf || die "Autoconf failed"
}