summaryrefslogtreecommitdiff
path: root/lang/ghc7
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2021-09-27 14:30:47 +0000
committernia <nia@pkgsrc.org>2021-09-27 14:30:47 +0000
commite4a43b4eb4e53db21c0abdedfe41c89e835d2741 (patch)
treee223bc8ed7aae5cfde918203baea38713e0da59d /lang/ghc7
parentebabba3f90b84488efb1cb771093666cfe20cbbf (diff)
downloadpkgsrc-e4a43b4eb4e53db21c0abdedfe41c89e835d2741.tar.gz
Disable MKPIE in Haskell.
Presumably there's a way to make this work, but it probably requires changes to the bootstrap kits.
Diffstat (limited to 'lang/ghc7')
-rw-r--r--lang/ghc7/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/ghc7/Makefile b/lang/ghc7/Makefile
index 5cc9354b292..ff34e08813c 100644
--- a/lang/ghc7/Makefile
+++ b/lang/ghc7/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.49 2021/05/24 19:52:32 wiz Exp $
+# $NetBSD: Makefile,v 1.50 2021/09/27 14:30:48 nia Exp $
# -----------------------------------------------------------------------------
# Package metadata
#
@@ -14,6 +14,8 @@ HOMEPAGE= https://www.haskell.org/ghc/
COMMENT= Compiler for the functional language Haskell - 7.10 Release Series
LICENSE= modified-bsd
+MKPIE_SUPPORTED= no
+
# GHC requires GHC to build itself. Formerly we could work around this
# bootstrapping problem by creating a special archive containing C
# sources compiled from Haskell sources, but that's no longer