summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDuncan Coutts <dcoutts@gentoo.org>2006-05-02 15:33:45 +0000
committerDuncan Coutts <dcoutts@gentoo.org>2006-05-02 15:33:45 +0000
commite21929806117aa105732d1f29539ab6b736b6adb (patch)
tree3603e586dd55d0696c084610251288b85d29ff7e /dev-lang/ghc/ghc-6.4.1-r2.ebuild
parentEnsure that libxkbfile provides the symbols needed in older versions of (diff)
downloadgentoo-2-e21929806117aa105732d1f29539ab6b736b6adb.tar.gz
gentoo-2-e21929806117aa105732d1f29539ab6b736b6adb.tar.bz2
gentoo-2-e21929806117aa105732d1f29539ab6b736b6adb.zip
Patch to fix make 3.81 hanging (backport of the fix in ghc-6.4.2)
(Portage version: 2.1_pre9-r5)
Diffstat (limited to 'dev-lang/ghc/ghc-6.4.1-r2.ebuild')
-rw-r--r--dev-lang/ghc/ghc-6.4.1-r2.ebuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/dev-lang/ghc/ghc-6.4.1-r2.ebuild b/dev-lang/ghc/ghc-6.4.1-r2.ebuild
index 1823c28a8e90..949f8c0713df 100644
--- a/dev-lang/ghc/ghc-6.4.1-r2.ebuild
+++ b/dev-lang/ghc/ghc-6.4.1-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-6.4.1-r2.ebuild,v 1.12 2006/03/28 17:28:48 dcoutts Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-6.4.1-r2.ebuild,v 1.13 2006/05/02 15:33:45 dcoutts Exp $
# Brief explanation of the bootstrap logic:
#
@@ -91,6 +91,9 @@ src_unpack() {
echo "SCRIPT_SUBST_VARS += GHC_CFLAGS" >> "${S}/ghc/driver/ghc/Makefile"
echo "GHC_CFLAGS = ${GHC_CFLAGS}" >> "${S}/ghc/driver/ghc/Makefile"
sed -i -e 's|$TOPDIROPT|$TOPDIROPT $GHC_CFLAGS|' "${S}/ghc/driver/ghc/ghc.sh"
+
+ # Patch to fix make-3.81 hanging (backport of the fix in ghc-6.4.2)
+ sed -i -e 's/.SECONDARY://' "${S}/mk/suffix.mk"
}
src_compile() {