diff options
author | 2005-07-11 15:17:18 +0000 | |
---|---|---|
committer | 2005-07-11 15:17:18 +0000 | |
commit | 891925279132c92bc36836626ff4856de318ac23 (patch) | |
tree | b851d08128d95a8ca44f7b2faf2128a5c10611d7 /games-emulation/dosbox/dosbox-0.63.ebuild | |
parent | Mark 2.4.4 stable on x86. (diff) | |
download | historical-891925279132c92bc36836626ff4856de318ac23.tar.gz historical-891925279132c92bc36836626ff4856de318ac23.tar.bz2 historical-891925279132c92bc36836626ff4856de318ac23.zip |
bug 89876
Package-Manager: portage-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= |