pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/ghc90 ghc90: Ensure bsd.prefs.mk is included.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bab9e7fc9d15
branches:  trunk
changeset: 455912:bab9e7fc9d15
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Wed Jul 14 09:15:35 2021 +0000

description:
ghc90: Ensure bsd.prefs.mk is included.

Fixes builds on OS where PKG_SUPPORTED_OPTIONS is not defined, so
bsd.options.mk is not pulled in, but OPSYS is still tested.

diffstat:

 lang/ghc90/options.mk |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (14 lines):

diff -r 87e0ef5a6059 -r bab9e7fc9d15 lang/ghc90/options.mk
--- a/lang/ghc90/options.mk     Wed Jul 14 09:09:00 2021 +0000
+++ b/lang/ghc90/options.mk     Wed Jul 14 09:15:35 2021 +0000
@@ -1,7 +1,9 @@
-# $NetBSD: options.mk,v 1.2 2021/05/23 06:33:23 pho Exp $
+# $NetBSD: options.mk,v 1.3 2021/07/14 09:15:35 jperkin Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.ghc
 
+.include "../../mk/bsd.prefs.mk"
+
 # GHC has a native implementation of codegen for some platforms. On
 # those platforms LLVM is optional. It's a requirement anywhere else.
 # See compiler/GHC/Driver/Backend.hs



Home | Main Index | Thread Index | Old Index