diff options
author | Martin Holzer <mholzer@gentoo.org> | 2003-06-08 14:37:04 +0000 |
---|---|---|
committer | Martin Holzer <mholzer@gentoo.org> | 2003-06-08 14:37:04 +0000 |
commit | 9ec9e86491f59dbb4bae5852357a8f4bf964b702 (patch) | |
tree | 81a440e441e44021e3da7754957f4b808a085c67 /app-emulation/winex/winex-20030328.ebuild | |
parent | Adding xopenfont patch (diff) | |
download | historical-9ec9e86491f59dbb4bae5852357a8f4bf964b702.tar.gz historical-9ec9e86491f59dbb4bae5852357a8f4bf964b702.tar.bz2 historical-9ec9e86491f59dbb4bae5852357a8f4bf964b702.zip |
Adding xopenfont patch
Diffstat (limited to 'app-emulation/winex/winex-20030328.ebuild')
-rw-r--r-- | app-emulation/winex/winex-20030328.ebuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/app-emulation/winex/winex-20030328.ebuild b/app-emulation/winex/winex-20030328.ebuild index b21fc048ac1a..a821708ad310 100644 --- a/app-emulation/winex/winex-20030328.ebuild +++ b/app-emulation/winex/winex-20030328.ebuild @@ -1,11 +1,12 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/winex/winex-20030328.ebuild,v 1.2 2003/04/01 18:06:58 phoenix Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/winex/winex-20030328.ebuild,v 1.3 2003/06/08 14:36:48 mholzer Exp $ inherit base DESCRIPTION="distribution of Wine with enhanced DirectX for gaming" -SRC_URI="mirror://gentoo/${P}.tar.bz2" +SRC_URI="mirror://gentoo/${P}.tar.bz2 + mirror://gentoo/${P}-xopenfont.patch" HOMEPAGE="http://www.transgaming.com/" SLOT="0" @@ -34,6 +35,8 @@ src_unpack() { cd misc tar jxvf ${FILESDIR}/${P}-misc.tar.bz2 &> /dev/null chown root:root * + cd ${S} + epatch ${DISTDIR}/${P}-xopenfont.patch } src_compile() { |