diff options
Diffstat (limited to 'games-emulation/dosbox/dosbox-9999.ebuild')
-rw-r--r-- | games-emulation/dosbox/dosbox-9999.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/games-emulation/dosbox/dosbox-9999.ebuild b/games-emulation/dosbox/dosbox-9999.ebuild index 97c581f2f198..d3628149d91c 100644 --- a/games-emulation/dosbox/dosbox-9999.ebuild +++ b/games-emulation/dosbox/dosbox-9999.ebuild @@ -34,11 +34,10 @@ if [[ ${PV} = 9999 ]]; then S=${WORKDIR}/${PN} fi +PATCHES=( "${FILESDIR}/${PN}-0.74-gcc46.patch" ) + src_prepare() { default - if [[ ${PV} = 9999 ]]; then - subversion_src_prepare - fi eautoreconf } |