pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/ghc7 Fix build on platforms where bootkit version...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9f2a41a72350
branches:  trunk
changeset: 408002:9f2a41a72350
user:      pho <pho%pkgsrc.org@localhost>
date:      Sun Jan 12 11:07:46 2020 +0000

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

diffstat:

 lang/ghc7/bootstrap.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 6a2a2103c4ad -r 9f2a41a72350 lang/ghc7/bootstrap.mk
--- a/lang/ghc7/bootstrap.mk    Sun Jan 12 10:57:50 2020 +0000
+++ b/lang/ghc7/bootstrap.mk    Sun Jan 12 11:07:46 2020 +0000
@@ -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 @@
 # 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