summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Tupone <tupone@gentoo.org>2013-05-13 08:19:47 +0000
committerAlfredo Tupone <tupone@gentoo.org>2013-05-13 08:19:47 +0000
commit6b8ec8bd89c1224b81da7f119a91559ae0f52176 (patch)
treed62d99a666488c8f4d46299b5c1da8899b14d329 /dev-games
parentPlain version bump. (diff)
downloadgentoo-2-6b8ec8bd89c1224b81da7f119a91559ae0f52176.tar.gz
gentoo-2-6b8ec8bd89c1224b81da7f119a91559ae0f52176.tar.bz2
gentoo-2-6b8ec8bd89c1224b81da7f119a91559ae0f52176.zip
Fix build with automake-1.13 Bug #467636
(Portage version: 2.1.11.63/cvs/Linux i686, signed Manifest commit with key 0145142D)
Diffstat (limited to 'dev-games')
-rw-r--r--dev-games/neotools/ChangeLog8
-rw-r--r--dev-games/neotools/files/neotools-0.8.2-automake113.patch11
-rw-r--r--dev-games/neotools/neotools-0.8.2-r1.ebuild7
3 files changed, 21 insertions, 5 deletions
diff --git a/dev-games/neotools/ChangeLog b/dev-games/neotools/ChangeLog
index 8771f0cc565a..f5e57a4306b0 100644
--- a/dev-games/neotools/ChangeLog
+++ b/dev-games/neotools/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-games/neotools
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-games/neotools/ChangeLog,v 1.18 2010/10/15 12:34:29 ranger Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-games/neotools/ChangeLog,v 1.19 2013/05/13 08:19:47 tupone Exp $
+
+ 13 May 2013; Tupone Alfredo <tupone@gentoo.org> neotools-0.8.2-r1.ebuild,
+ +files/neotools-0.8.2-automake113.patch:
+ Fix build with automake-1.13 Bug #467636 by Ian Stakenvicius
15 Oct 2010; Brent Baude <ranger@gentoo.org> neotools-0.8.2-r1.ebuild:
stable ppc, bug 313903
diff --git a/dev-games/neotools/files/neotools-0.8.2-automake113.patch b/dev-games/neotools/files/neotools-0.8.2-automake113.patch
new file mode 100644
index 000000000000..0bd9af03e16e
--- /dev/null
+++ b/dev-games/neotools/files/neotools-0.8.2-automake113.patch
@@ -0,0 +1,11 @@
+--- configure.in.old 2013-05-13 09:52:34.778345838 +0200
++++ configure.in 2013-05-13 10:09:14.830518747 +0200
+@@ -3,7 +3,7 @@
+ AC_CANONICAL_TARGET
+ AM_INIT_AUTOMAKE(neotools, 0.8.1)
+ AC_CONFIG_SRCDIR(nscemake/main.cpp)
+-AM_CONFIG_HEADER(config.h)
++AC_CONFIG_HEADER(config.h)
+ AC_LANG(C++)
+ AC_PREREQ(2.52)
+
diff --git a/dev-games/neotools/neotools-0.8.2-r1.ebuild b/dev-games/neotools/neotools-0.8.2-r1.ebuild
index 164e5a00aaf6..b00888f1fec2 100644
--- a/dev-games/neotools/neotools-0.8.2-r1.ebuild
+++ b/dev-games/neotools/neotools-0.8.2-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-games/neotools/neotools-0.8.2-r1.ebuild,v 1.3 2010/10/15 12:34:29 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-games/neotools/neotools-0.8.2-r1.ebuild,v 1.4 2013/05/13 08:19:47 tupone Exp $
EAPI=2
inherit eutils autotools
@@ -40,7 +40,8 @@ src_prepare() {
|| die "sed failed"
epatch "${FILESDIR}"/${P}-errno.patch \
- "${FILESDIR}"/${P}-gcc43.patch
+ "${FILESDIR}"/${P}-gcc43.patch \
+ "${FILESDIR}"/${P}-automake113.patch
eautoreconf
}