pkgsrc-Changes archive

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

CVS commit: pkgsrc/mk



Module Name:    pkgsrc
Committed By:   riastradh
Date:           Mon Mar 30 17:51:07 UTC 2020

Modified Files:
        pkgsrc/mk: haskell.mk

Log Message:
In Haskell packages, set MAKE_ENV while running ./Setup build.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/mk/haskell.mk

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

Modified files:

Index: pkgsrc/mk/haskell.mk
diff -u pkgsrc/mk/haskell.mk:1.17 pkgsrc/mk/haskell.mk:1.18
--- pkgsrc/mk/haskell.mk:1.17   Mon Mar 30 16:51:53 2020
+++ pkgsrc/mk/haskell.mk        Mon Mar 30 17:51:07 2020
@@ -1,4 +1,4 @@
-# $NetBSD: haskell.mk,v 1.17 2020/03/30 16:51:53 riastradh Exp $
+# $NetBSD: haskell.mk,v 1.18 2020/03/30 17:51:07 riastradh Exp $
 #
 # This Makefile fragment handles Haskell Cabal packages.
 # See: http://www.haskell.org/cabal/
@@ -245,6 +245,7 @@ do-configure:
 # Define build target. _MAKE_JOBS_N is defined in build/build.mk
 do-build:
        ${RUN} ${_ULIMIT_CMD} cd ${WRKSRC:Q} && \
+               ${SETENV} ${MAKE_ENV} \
                ./Setup build ${PKG_VERBOSE:D-v} -j${_MAKE_JOBS_N}
 .if ${HASKELL_ENABLE_HADDOCK_DOCUMENTATION} == "yes"
        ${RUN} ${_ULIMIT_CMD} cd ${WRKSRC:Q} && \



Home | Main Index | Thread Index | Old Index