From 0447e6e0c1a411bd5e59796182dfca83253ca8a2 Mon Sep 17 00:00:00 2001 From: Alfredo Tupone Date: Thu, 17 Jan 2008 23:28:57 +0000 Subject: Fix building with newer kernel. Bug #206438 (Portage version: 2.1.3.19) --- games-util/showeq/showeq-5.0.0.18.ebuild | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'games-util/showeq/showeq-5.0.0.18.ebuild') diff --git a/games-util/showeq/showeq-5.0.0.18.ebuild b/games-util/showeq/showeq-5.0.0.18.ebuild index 0b1660a038e0..e8bc0f590555 100644 --- a/games-util/showeq/showeq-5.0.0.18.ebuild +++ b/games-util/showeq/showeq-5.0.0.18.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-util/showeq/showeq-5.0.0.18.ebuild,v 1.8 2006/12/06 21:16:13 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-util/showeq/showeq-5.0.0.18.ebuild,v 1.9 2008/01/17 23:28:56 tupone Exp $ inherit kde games @@ -19,7 +19,11 @@ DEPEND="x11-libs/libXt $(qt_min_version 3.1) >=sys-libs/gdbm-1.8.0" -PATCHES="${FILESDIR}/${P}"-gcc4.patch +src_unpack() { + mkdir "${WORKDIR}"/patches + cp "${FILESDIR}"/${P}-*.patch "${WORKDIR}"/patches + kde_src_unpack +} src_compile() { kde_src_compile nothing -- cgit v1.2.3-65-gdbad