summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLennart Kolmodin <kolmodin@gentoo.org>2006-08-13 16:40:34 +0000
committerLennart Kolmodin <kolmodin@gentoo.org>2006-08-13 16:40:34 +0000
commit912d887c8432f97b4ea5e2281376b49b3637f83a (patch)
tree54882b391e54356f3e11b288fa098d528f3eca3b /dev-haskell/hmake
parentunused (diff)
downloadgentoo-2-912d887c8432f97b4ea5e2281376b49b3637f83a.tar.gz
gentoo-2-912d887c8432f97b4ea5e2281376b49b3637f83a.tar.bz2
gentoo-2-912d887c8432f97b4ea5e2281376b49b3637f83a.zip
Changes to always use Gentoo installed GHC compiler. See bug #134379. Thanks to Mario Blazevi for reporting the bug.
(Portage version: 2.1.1_pre5)
Diffstat (limited to 'dev-haskell/hmake')
-rw-r--r--dev-haskell/hmake/ChangeLog6
-rw-r--r--dev-haskell/hmake/hmake-3.11.ebuild6
2 files changed, 8 insertions, 4 deletions
diff --git a/dev-haskell/hmake/ChangeLog b/dev-haskell/hmake/ChangeLog
index 815325a863fc..74894310086b 100644
--- a/dev-haskell/hmake/ChangeLog
+++ b/dev-haskell/hmake/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-haskell/hmake
# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hmake/ChangeLog,v 1.22 2006/05/12 15:53:10 dcoutts Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hmake/ChangeLog,v 1.23 2006/08/13 16:40:34 kolmodin Exp $
+
+ 13 Aug 2006; <kolmodin@gentoo.org> hmake-3.11.ebuild:
+ Fix to always use Gentoo installed GHC compiler. Se bug #134379.
+ Thanks to Mario Blazevi for reporting the bug.
*hmake-3.11 (12 May 2006)
diff --git a/dev-haskell/hmake/hmake-3.11.ebuild b/dev-haskell/hmake/hmake-3.11.ebuild
index 5b7b27e2809f..f4ab922a61d6 100644
--- a/dev-haskell/hmake/hmake-3.11.ebuild
+++ b/dev-haskell/hmake/hmake-3.11.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hmake/hmake-3.11.ebuild,v 1.1 2006/05/12 15:53:10 dcoutts Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hmake/hmake-3.11.ebuild,v 1.2 2006/08/13 16:40:34 kolmodin Exp $
-inherit base eutils fixheadtails
+inherit base eutils fixheadtails ghc-package
DESCRIPTION="a make tool for Haskell programs"
HOMEPAGE="http://www.haskell.org/hmake/"
@@ -41,7 +41,7 @@ src_compile() {
./configure \
--prefix=/usr \
--mandir=/usr/share/man/man1 \
- --buildwith=ghc \
+ --buildwith="$(ghc-getghc)" \
|| die "./configure failed"
# emake tested; parallel make does not work