summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDuncan Coutts <dcoutts@gentoo.org>2006-10-03 23:42:18 +0000
committerDuncan Coutts <dcoutts@gentoo.org>2006-10-03 23:42:18 +0000
commit425d11c41e8104db7b824187278114d1d5041da0 (patch)
treeedb8871db26dbfe3505bb4f3b5f85dce0c979d3d /dev-lang/ghc/ghc-6.4.2.ebuild
parentUse eselect-opengl rather than deprecated opengl-update. Fixes bug #147244 (diff)
downloadgentoo-2-425d11c41e8104db7b824187278114d1d5041da0.tar.gz
gentoo-2-425d11c41e8104db7b824187278114d1d5041da0.tar.bz2
gentoo-2-425d11c41e8104db7b824187278114d1d5041da0.zip
Add fmccor's sparc mangler patch. Fixes bug #144752.
(Portage version: 2.1.1-r1)
Diffstat (limited to 'dev-lang/ghc/ghc-6.4.2.ebuild')
-rw-r--r--dev-lang/ghc/ghc-6.4.2.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-lang/ghc/ghc-6.4.2.ebuild b/dev-lang/ghc/ghc-6.4.2.ebuild
index ebddee204d31..963a2a1d446a 100644
--- a/dev-lang/ghc/ghc-6.4.2.ebuild
+++ b/dev-lang/ghc/ghc-6.4.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-6.4.2.ebuild,v 1.15 2006/10/03 23:15:54 dcoutts Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-6.4.2.ebuild,v 1.16 2006/10/03 23:42:18 dcoutts Exp $
# Brief explanation of the bootstrap logic:
#
@@ -161,6 +161,7 @@ src_unpack() {
cd ${S}
epatch "${WORKDIR}/${P}-alut.patch"
epatch "${FILESDIR}/${P}-sparc32plus.patch"
+ epatch "${FILESDIR}/${P}-sparcmangler.patch"
# Modify the ghc driver script to use GHC_CFLAGS
echo "SCRIPT_SUBST_VARS += GHC_CFLAGS" >> "${S}/ghc/driver/ghc/Makefile"