summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Shapovalov <george@gentoo.org>2002-08-09 20:15:46 +0000
committerGeorge Shapovalov <george@gentoo.org>2002-08-09 20:15:46 +0000
commit21295fad9710cc6ca6d7a0f47fa995c49f0429dc (patch)
tree7bc69c83785be82b97a9af3b1af09af7b30e9aae /dev-lang
parentadded ppc to keywords (diff)
downloadgentoo-2-21295fad9710cc6ca6d7a0f47fa995c49f0429dc.tar.gz
gentoo-2-21295fad9710cc6ca6d7a0f47fa995c49f0429dc.tar.bz2
gentoo-2-21295fad9710cc6ca6d7a0f47fa995c49f0429dc.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.ebuild7
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