diff options
author | Simon Stelling <blubb@gentoo.org> | 2005-07-11 15:17:18 +0000 |
---|---|---|
committer | Simon Stelling <blubb@gentoo.org> | 2005-07-11 15:17:18 +0000 |
commit | 46004146b357296f6fb575ec2a3314522f9bad5c (patch) | |
tree | 64fabb437c2432394d8e08c9c8c5a9b8d2052661 /games-emulation/dosbox/dosbox-0.63.ebuild | |
parent | Mark 2.4.4 stable on x86. (diff) | |
download | gentoo-2-46004146b357296f6fb575ec2a3314522f9bad5c.tar.gz gentoo-2-46004146b357296f6fb575ec2a3314522f9bad5c.tar.bz2 gentoo-2-46004146b357296f6fb575ec2a3314522f9bad5c.zip |
bug 89876
(Portage version: 2.0.51.19)
Diffstat (limited to 'games-emulation/dosbox/dosbox-0.63.ebuild')
-rw-r--r-- | games-emulation/dosbox/dosbox-0.63.ebuild | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/games-emulation/dosbox/dosbox-0.63.ebuild b/games-emulation/dosbox/dosbox-0.63.ebuild index 426d54f5ce58..4ceae2a116bf 100644 --- a/games-emulation/dosbox/dosbox-0.63.ebuild +++ b/games-emulation/dosbox/dosbox-0.63.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/games-emulation/dosbox/dosbox-0.63.ebuild,v 1.2 2005/06/15 18:32:57 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/dosbox/dosbox-0.63.ebuild,v 1.3 2005/07/11 15:17:18 blubb Exp $ inherit eutils games @@ -22,6 +22,13 @@ DEPEND="virtual/libc >=media-libs/sdl-net-1 media-libs/sdl-sound" +src_unpack() { + unpack ${A} + cd ${S} + + use amd64 && epatch ${FILESDIR}/${PV}-64bit.patch +} + src_compile() { local myconf= |