summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-haskell/glut/glut-2.1.1.ebuild')
-rw-r--r--dev-haskell/glut/glut-2.1.1.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-haskell/glut/glut-2.1.1.ebuild b/dev-haskell/glut/glut-2.1.1.ebuild
index 858f2265810f..29ccd3ce25f4 100644
--- a/dev-haskell/glut/glut-2.1.1.ebuild
+++ b/dev-haskell/glut/glut-2.1.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/glut/glut-2.1.1.ebuild,v 1.4 2007/12/12 13:46:21 fmccor Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/glut/glut-2.1.1.ebuild,v 1.5 2007/12/14 01:34:59 dcoutts Exp $
CABAL_FEATURES="haddock lib profile"
inherit haskell-cabal
@@ -26,8 +26,8 @@ DEPEND=">=dev-lang/ghc-6.6
S="${WORKDIR}/ghc-${GHC_PV}/libraries/${MY_PN}"
-# Sadly Setup.hs in the ghc-6.6.1 extralibs was not tested with Cabal-1.1.6.x
src_unpack() {
unpack "${A}"
- sed -i -e "/type Hook/ s/UserHooks/Maybe UserHooks/" "${S}/Setup.hs"
+
+ cabal-mksetup
}