pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/ghc810 Mark the package as not supporting MKPIE



details:   https://anonhg.NetBSD.org/pkgsrc/rev/81d02441873c
branches:  trunk
changeset: 373866:81d02441873c
user:      pho <pho%pkgsrc.org@localhost>
date:      Mon Feb 14 12:12:07 2022 +0000

description:
Mark the package as not supporting MKPIE

Not sure if it really doesn't support PIE, but it's an obsolete compiler
anyway.

diffstat:

 lang/ghc810/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 314bf4a08ef8 -r 81d02441873c lang/ghc810/Makefile
--- a/lang/ghc810/Makefile      Mon Feb 14 12:02:40 2022 +0000
+++ b/lang/ghc810/Makefile      Mon Feb 14 12:12:07 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2021/12/08 16:02:15 adam Exp $
+# $NetBSD: Makefile,v 1.10 2022/02/14 12:12:07 pho Exp $
 # -----------------------------------------------------------------------------
 # Package metadata
 #
@@ -14,6 +14,8 @@
 COMMENT=       Compiler for the functional language Haskell - 8.10 Release Series
 LICENSE=       modified-bsd
 
+MKPIE_SUPPORTED=       no
+
 UNLIMIT_RESOURCES=     datasize virtualsize
 
 # GHC requires GHC to build itself. We have to prepare stripped-down



Home | Main Index | Thread Index | Old Index