pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/ghc7



Module Name:    pkgsrc
Committed By:   pho
Date:           Sun Jan 12 11:07:46 UTC 2020

Modified Files:
        pkgsrc/lang/ghc7: bootstrap.mk

Log Message:
Fix build on platforms where bootkit version doesn't match PKGVERSION


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/lang/ghc7/bootstrap.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/ghc7/bootstrap.mk
diff -u pkgsrc/lang/ghc7/bootstrap.mk:1.27 pkgsrc/lang/ghc7/bootstrap.mk:1.28
--- pkgsrc/lang/ghc7/bootstrap.mk:1.27  Sun Dec 29 16:59:08 2019
+++ pkgsrc/lang/ghc7/bootstrap.mk       Sun Jan 12 11:07:46 2020
@@ -1,4 +1,4 @@
-# $NetBSD: bootstrap.mk,v 1.27 2019/12/29 16:59:08 pho Exp $
+# $NetBSD: bootstrap.mk,v 1.28 2020/01/12 11:07:46 pho Exp $
 # -----------------------------------------------------------------------------
 # Select a bindist of bootstrapping compiler on a per-platform basis.
 #
@@ -105,7 +105,7 @@ pre-configure:
 # configured, otherwise it will produce executables with no rpath and
 # fail in the configure phase.
        @${PHASE_MSG} "Preparing bootstrapping compiler for ${PKGNAME}"
-       ${RUN}cd ${WRKDIR:Q}/build-extract/${PKGNAME_NOREV}-boot && \
+       ${RUN}cd ${WRKDIR:Q}/build-extract/ghc-${BOOT_VERSION}-boot && \
                ${PKGSRC_SETENV} ${CONFIGURE_ENV} ${SH} ./configure \
                        --prefix=${TOOLS_DIR:Q} && \
                ${MAKE_PROGRAM} install



Home | Main Index | Thread Index | Old Index