diff options
author | Alexandre Buisse <nattfodd@gentoo.org> | 2006-02-04 14:55:42 +0000 |
---|---|---|
committer | Alexandre Buisse <nattfodd@gentoo.org> | 2006-02-04 14:55:42 +0000 |
commit | 57f83c9e881e8944d69003fc511e3fcf9ee5194a (patch) | |
tree | d24791855e9791bc65745dc9bfa9b631567bf806 /dev-haskell/hmake/hmake-3.10.ebuild | |
parent | Version bump. Masked for now, there has been a code cleanup. (diff) | |
download | historical-57f83c9e881e8944d69003fc511e3fcf9ee5194a.tar.gz historical-57f83c9e881e8944d69003fc511e3fcf9ee5194a.tar.bz2 historical-57f83c9e881e8944d69003fc511e3fcf9ee5194a.zip |
Bugfix for gcc4.
Package-Manager: portage-2.1_pre4-r1
Diffstat (limited to 'dev-haskell/hmake/hmake-3.10.ebuild')
-rw-r--r-- | dev-haskell/hmake/hmake-3.10.ebuild | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/dev-haskell/hmake/hmake-3.10.ebuild b/dev-haskell/hmake/hmake-3.10.ebuild index 7a6428f4a2cc..88ed970464ab 100644 --- a/dev-haskell/hmake/hmake-3.10.ebuild +++ b/dev-haskell/hmake/hmake-3.10.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# 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.10.ebuild,v 1.3 2005/08/17 12:51:36 kosmikus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hmake/hmake-3.10.ebuild,v 1.4 2006/02/04 14:55:42 nattfodd Exp $ inherit base fixheadtails @@ -25,6 +25,12 @@ RDEPEND="sys-libs/readline # if using readline, hmake depends also on ncurses; but # readline already has this dependency +src_unpack() { + unpack ${A} + cd ${S} + epatch ${FILESDIR}/ghc-version.patch +} + src_compile() { local buildwith local arch |