From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id DF72E138200 for ; Sat, 11 May 2013 20:06:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 60800E083D; Sat, 11 May 2013 20:06:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DBFDDE083D for ; Sat, 11 May 2013 20:06:11 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E1B5533E026 for ; Sat, 11 May 2013 20:06:10 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2102) id 9B5E220081; Sat, 11 May 2013 20:06:09 +0000 (UTC) From: "Alfredo Tupone (tupone)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, tupone@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-games/neoengine/files: neoengine-0.8.2-automake113.patch X-VCS-Repository: gentoo-x86 X-VCS-Files: neoengine-0.8.2-automake113.patch X-VCS-Directories: dev-games/neoengine/files X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20130511200609.9B5E220081@flycatcher.gentoo.org> Date: Sat, 11 May 2013 20:06:09 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 41b1f12e-596f-46eb-ab22-9ff93cca569b X-Archives-Hash: a0ff3dba1a6c39aaf7f0595819ab0086 tupone 13/05/11 20:06:09 Added: neoengine-0.8.2-automake113.patch Log: Fix build with automake-1.13. Bug #467634 (Portage version: 2.1.11.63/cvs/Linux i686, signed Manifest commit with key 0145142D) Revision Changes Path 1.1 dev-games/neoengine/files/neoengine-0.8.2-automake113.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/neoengine/files/neoengine-0.8.2-automake113.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/neoengine/files/neoengine-0.8.2-automake113.patch?rev=1.1&content-type=text/plain Index: neoengine-0.8.2-automake113.patch =================================================================== --- configure.in.dynamic.old 2013-05-11 21:22:22.767118628 +0200 +++ configure.in.dynamic 2013-05-11 21:22:33.104393474 +0200 @@ -6,7 +6,7 @@ AC_INIT([neoengine], [neoengine_version], [http://www.neoengine.org/], [mattias@realityrift.com]) AC_CANONICAL_TARGET AM_INIT_AUTOMAKE([neoengine], [neoengine_version]) -AM_CONFIG_HEADER(buildconfig.h) +AC_CONFIG_HEADER(buildconfig.h) AC_LANG(C++) # Templates