diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2010-11-06 20:28:25 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2010-11-06 20:28:25 +0000 |
commit | a1f0b2e06904b217c474d97e21f5a3441019f233 (patch) | |
tree | 21eaf68eff20652acad02966dd79de8ebb43ce02 /dev-lang | |
parent | Stable for ppc64; bug #323755 (diff) | |
download | gentoo-2-a1f0b2e06904b217c474d97e21f5a3441019f233.tar.gz gentoo-2-a1f0b2e06904b217c474d97e21f5a3441019f233.tar.bz2 gentoo-2-a1f0b2e06904b217c474d97e21f5a3441019f233.zip |
Fixed failure when building against autoconf-2.66+ (bug #343111)
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/ghc/ChangeLog | 6 | ||||
-rw-r--r-- | dev-lang/ghc/ghc-6.10.4-r1.ebuild | 5 |
2 files changed, 9 insertions, 2 deletions
diff --git a/dev-lang/ghc/ChangeLog b/dev-lang/ghc/ChangeLog index 2e6a9e2f8108..2474e04bead8 100644 --- a/dev-lang/ghc/ChangeLog +++ b/dev-lang/ghc/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-lang/ghc # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ChangeLog,v 1.197 2010/11/01 22:14:46 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ChangeLog,v 1.198 2010/11/06 20:28:25 slyfox Exp $ + + 06 Nov 2010; Sergei Trofimovich <slyfox@gentoo.org> ghc-6.10.4-r1.ebuild: + Fixed failure when building against autoconf-2.66+ (bug #343111 by + Jean-Francis Roy <jeanfrancisroy@gmail.com>) 01 Nov 2010; Sergei Trofimovich <slyfox@gentoo.org> ghc-6.12.3.ebuild: sparc stable (bug #338652) diff --git a/dev-lang/ghc/ghc-6.10.4-r1.ebuild b/dev-lang/ghc/ghc-6.10.4-r1.ebuild index 0c0d56233ff5..eb0cd852b6f2 100644 --- a/dev-lang/ghc/ghc-6.10.4-r1.ebuild +++ b/dev-lang/ghc/ghc-6.10.4-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-6.10.4-r1.ebuild,v 1.11 2010/09/19 16:45:24 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-6.10.4-r1.ebuild,v 1.12 2010/11/06 20:28:25 slyfox Exp $ # Brief explanation of the bootstrap logic: # @@ -198,6 +198,9 @@ src_unpack() { # patch aclocal.m4 and configure.ac to work with >=autoconf-2.64 epatch "${FILESDIR}/${P}-autoconf.patch" + # >=autoconf-2.66 compatibility + epatch "${FILESDIR}/ghc-6.12.3-autoconf-2.66-4252.patch" + # fix configure.ac to detect libm need # http://bugs.gentoo.org/show_bug.cgi?id=293208 # http://hackage.haskell.org/trac/ghc/ticket/3730 |