diff options
-rw-r--r-- | app-emulation/wine/wine-9999.ebuild | 1 | ||||
-rw-r--r-- | dev-libs/ptlib/ptlib-9999.ebuild | 2 | ||||
-rw-r--r-- | games-sports/xmoto/xmoto-9999.ebuild | 2 |
3 files changed, 3 insertions, 2 deletions
diff --git a/app-emulation/wine/wine-9999.ebuild b/app-emulation/wine/wine-9999.ebuild index e1aeff3..a6e554e 100644 --- a/app-emulation/wine/wine-9999.ebuild +++ b/app-emulation/wine/wine-9999.ebuild @@ -80,6 +80,7 @@ src_unpack() { else unpack ${MY_P}.tar.bz2 fi + epatch ${FILESDIR}/bits.patch } src_prepare() { diff --git a/dev-libs/ptlib/ptlib-9999.ebuild b/dev-libs/ptlib/ptlib-9999.ebuild index 03b8892..a1d7f97 100644 --- a/dev-libs/ptlib/ptlib-9999.ebuild +++ b/dev-libs/ptlib/ptlib-9999.ebuild @@ -46,7 +46,7 @@ src_unpack() { # eautoreconf # this patch fixes bugs: #145424 and #140358 - epatch "${FILESDIR}"/${PN}-asm.patch +# epatch "${FILESDIR}"/${PN}-asm.patch } src_compile() { diff --git a/games-sports/xmoto/xmoto-9999.ebuild b/games-sports/xmoto/xmoto-9999.ebuild index ad105fc..e332b95 100644 --- a/games-sports/xmoto/xmoto-9999.ebuild +++ b/games-sports/xmoto/xmoto-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/games-sports/xmoto/xmoto-0.4.2.ebuild,v 1.4 2008/09/06 13:29:41 nixnut Exp $ -inherit eutils games subversion autotools +inherit eutils games subversion autotools cmake-utils LVL="inksmoto-0.4.1" #they unfortunately don't release both at the same time DESCRIPTION="A challenging 2D motocross platform game" |