From 9b7981abeb9cde7c03b6f6ffd912cecf728b5518 Mon Sep 17 00:00:00 2001 From: George Shapovalov Date: Fri, 9 Aug 2002 20:15:46 +0000 Subject: --------------------------------------------------------------------- updated older version to use bzipped patches (after new was verified) --- dev-lang/ghc/ghc-5.02.3.ebuild | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'dev-lang/ghc') diff --git a/dev-lang/ghc/ghc-5.02.3.ebuild b/dev-lang/ghc/ghc-5.02.3.ebuild index 2bbf19ccdcf5..7facd5c8f185 100644 --- a/dev-lang/ghc/ghc-5.02.3.ebuild +++ b/dev-lang/ghc/ghc-5.02.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-5.02.3.ebuild,v 1.5 2002/08/02 04:44:53 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-5.02.3.ebuild,v 1.6 2002/08/09 20:15:46 george Exp $ # ebuild for Glorious Glasgow Haskell @@ -153,13 +153,12 @@ src_unpack() { if test x$boot_from_hc = xyes; then # Patch GHC 4's hc-build script to check for GNU Make's name. echo '>>> Patching stage 1 sources.' - patch -d ${STAGE1_S} -p1 < \ - ${FILESDIR}/ghc-${STAGE1_PV}-gentoo.patch || die + bzcat ${FILESDIR}/ghc-${STAGE1_PV}-gentoo.patch | patch -d ${STAGE1_S} -p1 || die fi # Patch GHC 5's configure script to recognize --without-happy echo '>>> Patching stage 2/3 sources.' - patch -d ${S} -p1 < ${FILESDIR}/ghc-${PV}-gentoo.patch || die + bzcat ${FILESDIR}/ghc-${PV}-gentoo.patch | patch -d ${S} -p1 || die # Create our own lndir if none installed. local LNDIR -- cgit v1.2.3-65-gdbad