diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2012-06-20 20:55:39 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2012-06-20 20:55:39 +0000 |
commit | 43f96a1e87c26c2528f729f65edc3ff21925dc5f (patch) | |
tree | f040f9337c2fdd95c9884d0677dfc8c7ecfafed7 /games-strategy/warzone2100 | |
parent | sci-biology/abyss: Fix compilation with gcc-4.7, #422599; install docs inside... (diff) | |
download | gentoo-2-43f96a1e87c26c2528f729f65edc3ff21925dc5f.tar.gz gentoo-2-43f96a1e87c26c2528f729f65edc3ff21925dc5f.tar.bz2 gentoo-2-43f96a1e87c26c2528f729f65edc3ff21925dc5f.zip |
work around autopoint build issue with patch from Julian Ospald (bug #421511)
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'games-strategy/warzone2100')
-rw-r--r-- | games-strategy/warzone2100/ChangeLog | 6 | ||||
-rw-r--r-- | games-strategy/warzone2100/warzone2100-2.3.9.ebuild | 6 |
2 files changed, 10 insertions, 2 deletions
diff --git a/games-strategy/warzone2100/ChangeLog b/games-strategy/warzone2100/ChangeLog index 97211bc5d062..be0133807908 100644 --- a/games-strategy/warzone2100/ChangeLog +++ b/games-strategy/warzone2100/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-strategy/warzone2100 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/warzone2100/ChangeLog,v 1.72 2012/05/04 04:51:08 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/warzone2100/ChangeLog,v 1.73 2012/06/20 20:55:39 mr_bones_ Exp $ + + 20 Jun 2012; Michael Sterrett <mr_bones_@gentoo.org> + warzone2100-2.3.9.ebuild: + work around autopoint build issue with patch from Julian Ospald (bug #421511) 04 May 2012; Jeff Horelick <jdhore@gentoo.org> warzone2100-2.3.8.ebuild, warzone2100-2.3.9.ebuild: diff --git a/games-strategy/warzone2100/warzone2100-2.3.9.ebuild b/games-strategy/warzone2100/warzone2100-2.3.9.ebuild index 75d08e7911cb..1f271d8e7cbd 100644 --- a/games-strategy/warzone2100/warzone2100-2.3.9.ebuild +++ b/games-strategy/warzone2100/warzone2100-2.3.9.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-strategy/warzone2100/warzone2100-2.3.9.ebuild,v 1.5 2012/05/04 04:51:08 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/warzone2100/warzone2100-2.3.9.ebuild,v 1.6 2012/06/20 20:55:39 mr_bones_ Exp $ EAPI=2 inherit autotools versionator games @@ -42,6 +42,10 @@ RDEPEND="${RDEPEND} media-fonts/dejavu" src_prepare() { + sed -i \ + -e 's/#top_builddir/top_builddir/' \ + po/Makevars || die + eautoreconf } |