summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2004-02-19 08:51:15 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2004-02-19 08:51:15 +0000
commit8883535776751bcf8fdee048a46bdb974c046875 (patch)
treee68fc534a0b1d4bbc2c8c69ed7c5215adceccb8e /media-libs/xine-lib/xine-lib-1_rc2.ebuild
parentBump to stable on x86. Few other small ebuild cleanups too. (Manifest recommit) (diff)
downloadgentoo-2-8883535776751bcf8fdee048a46bdb974c046875.tar.gz
gentoo-2-8883535776751bcf8fdee048a46bdb974c046875.tar.bz2
gentoo-2-8883535776751bcf8fdee048a46bdb974c046875.zip
cd to ${S} in unpack so the patch works
Diffstat (limited to 'media-libs/xine-lib/xine-lib-1_rc2.ebuild')
-rw-r--r--media-libs/xine-lib/xine-lib-1_rc2.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/media-libs/xine-lib/xine-lib-1_rc2.ebuild b/media-libs/xine-lib/xine-lib-1_rc2.ebuild
index 4dc45e3f3cff..e625d71c722b 100644
--- a/media-libs/xine-lib/xine-lib-1_rc2.ebuild
+++ b/media-libs/xine-lib/xine-lib-1_rc2.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_rc2.ebuild,v 1.14 2004/02/18 08:52:54 mholzer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/xine-lib/xine-lib-1_rc2.ebuild,v 1.15 2004/02/19 08:51:15 mr_bones_ Exp $
inherit eutils flag-o-matic gcc
@@ -44,6 +44,7 @@ S=${WORKDIR}/${PN}-${PV/_/-}${MY_PKG_SUFFIX}
src_unpack() {
unpack ${A}
+ cd ${S}
# gcc2 fixes provided by <T.Henderson@cs.ucl.ac.uk> in #26534
#epatch ${FILESDIR}/${P}-gcc2_fix.patch
# preserve CFLAGS added by drobbins, -O3 isn't as good as -O2 most of the time