diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2007-12-12 02:10:17 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2007-12-12 02:10:17 +0000 |
commit | e9f9cf2ebfa841a708d438a4efcc45ead2cd6a84 (patch) | |
tree | 74a32109eee361d465c4684cf183486c61e942c5 /games-puzzle | |
parent | Shut repoman up by fixing old versions variable quoting (diff) | |
download | gentoo-2-e9f9cf2ebfa841a708d438a4efcc45ead2cd6a84.tar.gz gentoo-2-e9f9cf2ebfa841a708d438a4efcc45ead2cd6a84.tar.bz2 gentoo-2-e9f9cf2ebfa841a708d438a4efcc45ead2cd6a84.zip |
tidy
(Portage version: 2.1.3.19)
Diffstat (limited to 'games-puzzle')
-rw-r--r-- | games-puzzle/magiccube4d/magiccube4d-2.2.ebuild | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/games-puzzle/magiccube4d/magiccube4d-2.2.ebuild b/games-puzzle/magiccube4d/magiccube4d-2.2.ebuild index c7cae26eecd9..13353dacebfc 100644 --- a/games-puzzle/magiccube4d/magiccube4d-2.2.ebuild +++ b/games-puzzle/magiccube4d/magiccube4d-2.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/magiccube4d/magiccube4d-2.2.ebuild,v 1.10 2007/10/22 20:30:05 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/magiccube4d/magiccube4d-2.2.ebuild,v 1.11 2007/12/12 02:10:17 mr_bones_ Exp $ inherit eutils games @@ -20,12 +20,14 @@ S="${WORKDIR}/${PN}-src-${MY_PV}" src_unpack() { unpack ${A} - cd ${S} + cd "${S}" epatch ${FILESDIR}/${PN}-EventHandler.patch \ "${FILESDIR}/${P}"-gcc41.patch \ "${FILESDIR}/${P}"-64bit-ptr.patch - sed -i -e "s:-Werror::" \ - configure + sed -i \ + -e "s:-Werror::" \ + configure \ + || die "sed failed" } src_compile() { |