diff options
author | George Shapovalov <george@gentoo.org> | 2002-08-09 20:15:46 +0000 |
---|---|---|
committer | George Shapovalov <george@gentoo.org> | 2002-08-09 20:15:46 +0000 |
commit | 9b7981abeb9cde7c03b6f6ffd912cecf728b5518 (patch) | |
tree | a3f83ce1690b0dd442504c10c10f7c1afa58f767 /dev-lang | |
parent | added ppc to keywords (diff) | |
download | historical-9b7981abeb9cde7c03b6f6ffd912cecf728b5518.tar.gz historical-9b7981abeb9cde7c03b6f6ffd912cecf728b5518.tar.bz2 historical-9b7981abeb9cde7c03b6f6ffd912cecf728b5518.zip |
---------------------------------------------------------------------
updated older version to use bzipped patches (after new was verified)
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/ghc/ghc-5.02.3.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
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 |