diff options
author | Julian Ospald <hasufell@gentoo.org> | 2013-04-29 08:16:42 +0000 |
---|---|---|
committer | Julian Ospald <hasufell@gentoo.org> | 2013-04-29 08:16:42 +0000 |
commit | b68b083dd324793c626fa1d80ec198fea1742d2a (patch) | |
tree | e97dd55656497528cd960bc11791eb4fb4e1dd35 /games-action | |
parent | Remove unneeded mask on mplayer2 live ebuild (diff) | |
download | gentoo-2-b68b083dd324793c626fa1d80ec198fea1742d2a.tar.gz gentoo-2-b68b083dd324793c626fa1d80ec198fea1742d2a.tar.bz2 gentoo-2-b68b083dd324793c626fa1d80ec198fea1742d2a.zip |
fix build with automake-1.13 wrt #467838
(Portage version: 2.2.0_alpha173/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)
Diffstat (limited to 'games-action')
-rw-r--r-- | games-action/powermanga/ChangeLog | 6 | ||||
-rw-r--r-- | games-action/powermanga/files/powermanga-0.91-automake-1.13.patch | 11 | ||||
-rw-r--r-- | games-action/powermanga/powermanga-0.91.ebuild | 5 |
3 files changed, 19 insertions, 3 deletions
diff --git a/games-action/powermanga/ChangeLog b/games-action/powermanga/ChangeLog index e2f894a6a5c9..15cd6b490d31 100644 --- a/games-action/powermanga/ChangeLog +++ b/games-action/powermanga/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-action/powermanga # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/powermanga/ChangeLog,v 1.25 2013/02/01 00:13:06 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/powermanga/ChangeLog,v 1.26 2013/04/29 08:16:42 hasufell Exp $ + + 29 Apr 2013; Julian Ospald <hasufell@gentoo.org> powermanga-0.91.ebuild, + +files/powermanga-0.91-automake-1.13.patch: + fix build with automake-1.13 wrt #467838 *powermanga-0.91 (31 Jan 2013) diff --git a/games-action/powermanga/files/powermanga-0.91-automake-1.13.patch b/games-action/powermanga/files/powermanga-0.91-automake-1.13.patch new file mode 100644 index 000000000000..bac18db0f4c9 --- /dev/null +++ b/games-action/powermanga/files/powermanga-0.91-automake-1.13.patch @@ -0,0 +1,11 @@ +--- configure.ac ++++ configure.ac +@@ -5,7 +5,7 @@ + AC_CANONICAL_SYSTEM + #AM_INIT_AUTOMAKE(powermanga,0.90) + AM_INIT_AUTOMAKE([foreign]) +-AM_CONFIG_HEADER(config.h) ++AC_CONFIG_HEADERS(config.h) + + dnl Check our build tools + AC_PROG_CC diff --git a/games-action/powermanga/powermanga-0.91.ebuild b/games-action/powermanga/powermanga-0.91.ebuild index 23dd09f3b758..8009010f9482 100644 --- a/games-action/powermanga/powermanga-0.91.ebuild +++ b/games-action/powermanga/powermanga-0.91.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/powermanga/powermanga-0.91.ebuild,v 1.1 2013/02/01 00:13:06 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/powermanga/powermanga-0.91.ebuild,v 1.2 2013/04/29 08:16:42 hasufell Exp $ EAPI=5 inherit eutils autotools games @@ -35,7 +35,8 @@ src_prepare() { epatch \ "${FILESDIR}"/${P}-underlink.patch \ "${FILESDIR}"/${P}-segfault.patch \ - "${FILESDIR}"/${P}-flags.patch + "${FILESDIR}"/${P}-flags.patch \ + "${FILESDIR}"/${P}-automake-1.13.patch sed -i \ -e "/scoredir/s#/var/games/powermanga#${GAMES_DATADIR}/powermanga#" \ src/Makefile.am || die |