summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-lang/ghc/ghc-7.0.4.ebuild')
-rw-r--r--dev-lang/ghc/ghc-7.0.4.ebuild7
1 files changed, 5 insertions, 2 deletions
diff --git a/dev-lang/ghc/ghc-7.0.4.ebuild b/dev-lang/ghc/ghc-7.0.4.ebuild
index c13d6edef064..0892db1ee9aa 100644
--- a/dev-lang/ghc/ghc-7.0.4.ebuild
+++ b/dev-lang/ghc/ghc-7.0.4.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-7.0.4.ebuild,v 1.7 2012/05/03 19:51:57 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-7.0.4.ebuild,v 1.8 2014/02/12 07:46:29 slyfox Exp $
# Brief explanation of the bootstrap logic:
#
@@ -143,6 +143,9 @@ ghc_setup_cflags() {
strip-flags
strip-unsupported-flags
+ # Cmm can't parse line numbers #482086
+ replace-flags -ggdb[3-9] -ggdb2
+
GHC_FLAGS=""
for flag in ${CFLAGS}; do
case ${flag} in