diff options
author | Duncan Coutts <dcoutts@gentoo.org> | 2006-10-17 20:56:22 +0000 |
---|---|---|
committer | Duncan Coutts <dcoutts@gentoo.org> | 2006-10-17 20:56:22 +0000 |
commit | fd7b45809651871e5d4f7575cd9fd3fe6a8de658 (patch) | |
tree | 7eb3fb86cb15e9e651e4c3b3b6912ce9106e4de8 /dev-haskell | |
parent | Stable on sparc wrt #133613 (diff) | |
download | gentoo-2-fd7b45809651871e5d4f7575cd9fd3fe6a8de658.tar.gz gentoo-2-fd7b45809651871e5d4f7575cd9fd3fe6a8de658.tar.bz2 gentoo-2-fd7b45809651871e5d4f7575cd9fd3fe6a8de658.zip |
Washs configure prog doesnt like ghc being specified with an absolute path
(Portage version: 2.1.1-r1)
Diffstat (limited to 'dev-haskell')
-rw-r--r-- | dev-haskell/wash/ChangeLog | 5 | ||||
-rw-r--r-- | dev-haskell/wash/wash-2.5.6.ebuild | 3 |
2 files changed, 5 insertions, 3 deletions
diff --git a/dev-haskell/wash/ChangeLog b/dev-haskell/wash/ChangeLog index e1bcf8823402..13f5c5ad5688 100644 --- a/dev-haskell/wash/ChangeLog +++ b/dev-haskell/wash/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-haskell/wash # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/wash/ChangeLog,v 1.8 2006/10/13 07:49:24 kolmodin Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/wash/ChangeLog,v 1.9 2006/10/17 20:56:22 dcoutts Exp $ + + 17 Oct 2006; Duncan Coutts <dcoutts@gentoo.org> wash-2.5.6.ebuild: + Wash's configure prog doesnt like ghc being specified with an absolute path 13 Oct 2006; <kolmodin@gentoo.org> +files/wash-2.5.6-ghc66.patch, wash-2.5.6.ebuild: diff --git a/dev-haskell/wash/wash-2.5.6.ebuild b/dev-haskell/wash/wash-2.5.6.ebuild index 1c400c505f84..6b3323eda249 100644 --- a/dev-haskell/wash/wash-2.5.6.ebuild +++ b/dev-haskell/wash/wash-2.5.6.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/wash/wash-2.5.6.ebuild,v 1.3 2006/10/13 07:49:24 kolmodin Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/wash/wash-2.5.6.ebuild,v 1.4 2006/10/17 20:56:21 dcoutts Exp $ inherit base eutils ghc-package check-reqs autotools @@ -56,7 +56,6 @@ src_compile() { --libdir="/usr/$(get_libdir)/${P}" \ $(use_enable postgres dbconnect) \ $(use_enable doc build-docs) \ - --with-hc=$(ghc-getghc) \ --with-hcflags="+RTS -M${CHECKREQS_MEMORY}m -RTS" \ --enable-register-package="${S}/$(ghc-localpkgconf)" \ || die "configure failed" |