Mon Feb 14 12:12:07 2022 UTC ()
Mark the package as not supporting MKPIE

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


(pho)
diff -r1.9 -r1.10 pkgsrc/lang/ghc810/Makefile

cvs diff -r1.9 -r1.10 pkgsrc/lang/ghc810/Makefile (expand / switch to context diff)
--- pkgsrc/lang/ghc810/Makefile 2021/12/08 16:02:15 1.9
+++ pkgsrc/lang/ghc810/Makefile 2022/02/14 12:12:07 1.10
@@ -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
 #
@@ -13,6 +13,8 @@
 HOMEPAGE=	https://www.haskell.org/ghc/
 COMMENT=	Compiler for the functional language Haskell - 8.10 Release Series
 LICENSE=	modified-bsd
+
+MKPIE_SUPPORTED=	no
 
 UNLIMIT_RESOURCES=	datasize virtualsize