summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDuncan Coutts <dcoutts@gentoo.org>2006-02-20 18:25:32 +0000
committerDuncan Coutts <dcoutts@gentoo.org>2006-02-20 18:25:32 +0000
commit7194cca5ac2a47d78b06d5a1d812b4e51371d6eb (patch)
treefa21de049762b44e0447ef6f6cc2792b315f7ec9 /dev-haskell/gtk2hs/gtk2hs-0.9.10.ebuild
parentStable on ppc64 (diff)
downloadhistorical-7194cca5ac2a47d78b06d5a1d812b4e51371d6eb.tar.gz
historical-7194cca5ac2a47d78b06d5a1d812b4e51371d6eb.tar.bz2
historical-7194cca5ac2a47d78b06d5a1d812b4e51371d6eb.zip
Fix building with ghc-6.2.2. Fixes bug #115657.
Package-Manager: portage-2.1_pre4-r1
Diffstat (limited to 'dev-haskell/gtk2hs/gtk2hs-0.9.10.ebuild')
-rw-r--r--dev-haskell/gtk2hs/gtk2hs-0.9.10.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-haskell/gtk2hs/gtk2hs-0.9.10.ebuild b/dev-haskell/gtk2hs/gtk2hs-0.9.10.ebuild
index 8552265dad0d..f0da60bb5f1f 100644
--- a/dev-haskell/gtk2hs/gtk2hs-0.9.10.ebuild
+++ b/dev-haskell/gtk2hs/gtk2hs-0.9.10.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-haskell/gtk2hs/gtk2hs-0.9.10.ebuild,v 1.5 2006/02/14 12:34:00 dcoutts Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/gtk2hs/gtk2hs-0.9.10.ebuild,v 1.6 2006/02/20 18:25:32 dcoutts Exp $
inherit base eutils ghc-package multilib autotools
@@ -31,6 +31,7 @@ src_unpack() {
base_src_unpack
cd "${S}"
epatch "${FILESDIR}/${PN}-0.9.10-cflags.patch"
+ epatch "${FILESDIR}/${PN}-0.9.10-ghc622.patch"
}
src_compile() {