summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2010-09-13 18:20:56 +0000
committerSergei Trofimovich <slyfox@gentoo.org>2010-09-13 18:20:56 +0000
commit599a740aa34c6c1e12e1b68f97c4824479765d40 (patch)
treedbcae0466903bba0875e76627aeb82dcf5cd8c86 /dev-lang/ghc/ghc-6.12.3.ebuild
parentVersion bump, remove old testing. (diff)
downloadgentoo-2-599a740aa34c6c1e12e1b68f97c4824479765d40.tar.gz
gentoo-2-599a740aa34c6c1e12e1b68f97c4824479765d40.tar.bz2
gentoo-2-599a740aa34c6c1e12e1b68f97c4824479765d40.zip
Fixed configure regeneration failure (bug #337025)
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'dev-lang/ghc/ghc-6.12.3.ebuild')
-rw-r--r--dev-lang/ghc/ghc-6.12.3.ebuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/dev-lang/ghc/ghc-6.12.3.ebuild b/dev-lang/ghc/ghc-6.12.3.ebuild
index ca82f3918ff6..0ac6369deb47 100644
--- a/dev-lang/ghc/ghc-6.12.3.ebuild
+++ b/dev-lang/ghc/ghc-6.12.3.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.12.3.ebuild,v 1.11 2010/09/09 18:53:01 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-6.12.3.ebuild,v 1.12 2010/09/13 18:20:56 slyfox Exp $
# Brief explanation of the bootstrap logic:
#
@@ -219,6 +219,9 @@ src_unpack() {
# same with NA on ppc
epatch "${FILESDIR}/ghc-6.12.3-ppc-use-libffi-for-foreign-import-wrapper.patch"
+ # substitute outdated macros
+ epatch "${FILESDIR}/ghc-6.12.3-autoconf-2.66-4252.patch"
+
# as we have changed the build system
eautoreconf
fi