diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2012-08-03 16:09:38 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2012-08-03 16:09:38 +0000 |
commit | 80d2a7d66961b7f704c18fe72b4eb897d1d2b8a1 (patch) | |
tree | d6a65ee879628eda8704656564cc0be3a8959e0a /games-arcade/tecnoballz/tecnoballz-0.92.ebuild | |
parent | Bump required dep on app-text/poppler by Elias Probst <mail@eliasprobst.eu> w... (diff) | |
download | gentoo-2-80d2a7d66961b7f704c18fe72b4eb897d1d2b8a1.tar.gz gentoo-2-80d2a7d66961b7f704c18fe72b4eb897d1d2b8a1.tar.bz2 gentoo-2-80d2a7d66961b7f704c18fe72b4eb897d1d2b8a1.zip |
respect CXXFLAGS
(Portage version: 2.1.10.65/cvs/Linux x86_64)
Diffstat (limited to 'games-arcade/tecnoballz/tecnoballz-0.92.ebuild')
-rw-r--r-- | games-arcade/tecnoballz/tecnoballz-0.92.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/games-arcade/tecnoballz/tecnoballz-0.92.ebuild b/games-arcade/tecnoballz/tecnoballz-0.92.ebuild index f42c0c2b4453..4e76da854d61 100644 --- a/games-arcade/tecnoballz/tecnoballz-0.92.ebuild +++ b/games-arcade/tecnoballz/tecnoballz-0.92.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/tecnoballz/tecnoballz-0.92.ebuild,v 1.7 2012/01/20 17:36:07 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/tecnoballz/tecnoballz-0.92.ebuild,v 1.8 2012/08/03 16:09:38 mr_bones_ Exp $ EAPI=2 inherit eutils autotools games @@ -24,9 +24,8 @@ src_prepare() { "${FILESDIR}"/${P}-automake.patch mv man/${PN}.fr.6 man/fr/${PN}.6 || die # don't combine explicit and implicit rules for make 3.82 (bug #334629) - sed -i \ - -e '/supervisor.c /s/.c /.cc /' \ - src/Makefile.am || die + sed -i -e '/supervisor.c /s/.c /.cc /' src/Makefile.am || die + sed -i -e '/^CXXFLAGS=/d' configure.ac || die eautoreconf } |