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/ca1604ea0b25
branches: trunk
changeset: 421167:ca1604ea0b25
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 5a10b47cb594 -r ca1604ea0b25 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