diff options
author | nia <nia@pkgsrc.org> | 2021-09-27 14:30:47 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2021-09-27 14:30:47 +0000 |
commit | e4a43b4eb4e53db21c0abdedfe41c89e835d2741 (patch) | |
tree | e223bc8ed7aae5cfde918203baea38713e0da59d /lang/ghc84/Makefile | |
parent | ebabba3f90b84488efb1cb771093666cfe20cbbf (diff) | |
download | pkgsrc-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/ghc84/Makefile')
-rw-r--r-- | lang/ghc84/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/ghc84/Makefile b/lang/ghc84/Makefile index 9b1c104cc1e..797a53dcd3d 100644 --- a/lang/ghc84/Makefile +++ b/lang/ghc84/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2021/05/24 19:52:32 wiz Exp $ +# $NetBSD: Makefile,v 1.16 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 - 8.4 Release Series LICENSE= modified-bsd +MKPIE_SUPPORTED= no + UNLIMIT_RESOURCES= datasize virtualsize # GHC requires GHC to build itself. We have to prepare stripped-down |