diff options
author | 2008-01-17 23:28:57 +0000 | |
---|---|---|
committer | 2008-01-17 23:28:57 +0000 | |
commit | 0447e6e0c1a411bd5e59796182dfca83253ca8a2 (patch) | |
tree | 5ccd160482b662180b49749acf96ab00ce555a67 /games-util/showeq/showeq-5.0.0.18.ebuild | |
parent | Added KDE 4.0.0's blinken. (diff) | |
download | gentoo-2-0447e6e0c1a411bd5e59796182dfca83253ca8a2.tar.gz gentoo-2-0447e6e0c1a411bd5e59796182dfca83253ca8a2.tar.bz2 gentoo-2-0447e6e0c1a411bd5e59796182dfca83253ca8a2.zip |
Fix building with newer kernel. Bug #206438
(Portage version: 2.1.3.19)
Diffstat (limited to 'games-util/showeq/showeq-5.0.0.18.ebuild')
-rw-r--r-- | games-util/showeq/showeq-5.0.0.18.ebuild | 10 |
1 files changed, 7 insertions, 3 deletions
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 |