pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/ghc90



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Wed Jul 14 09:15:36 UTC 2021

Modified Files:
        pkgsrc/lang/ghc90: options.mk

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/lang/ghc90/options.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/lang/ghc90/options.mk
diff -u pkgsrc/lang/ghc90/options.mk:1.2 pkgsrc/lang/ghc90/options.mk:1.3
--- pkgsrc/lang/ghc90/options.mk:1.2    Sun May 23 06:33:23 2021
+++ pkgsrc/lang/ghc90/options.mk        Wed Jul 14 09:15:35 2021
@@ -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