pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/ghc7 Provide (invalid) value for BOOT_ARCHIVE for...
details: https://anonhg.NetBSD.org/pkgsrc/rev/5d971afd40c0
branches: trunk
changeset: 646338:5d971afd40c0
user: joerg <joerg%pkgsrc.org@localhost>
date: Sat Feb 07 20:08:30 2015 +0000
description:
Provide (invalid) value for BOOT_ARCHIVE for unknown architectures to
avoid warnings in the rest of the while.
diffstat:
lang/ghc7/bootstrap.mk | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 7c9102073a9a -r 5d971afd40c0 lang/ghc7/bootstrap.mk
--- a/lang/ghc7/bootstrap.mk Sat Feb 07 19:55:13 2015 +0000
+++ b/lang/ghc7/bootstrap.mk Sat Feb 07 20:08:30 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bootstrap.mk,v 1.17 2015/02/07 09:35:55 pho Exp $
+# $NetBSD: bootstrap.mk,v 1.18 2015/02/07 20:08:30 joerg Exp $
# -----------------------------------------------------------------------------
# Select a bindist of bootstrapping compiler on a per-platform basis.
#
@@ -36,6 +36,7 @@
BOOT_ARCHIVE:= ${PKGNAME}-boot-x86_64-unknown-solaris2.tar.xz
.else
+BOOT_ARCHIVE:= ${PKGNAME}-boot-unknown.tar.xz
PKG_FAIL_REASON+= "internal error: unsupported platform"
.endif
Home |
Main Index |
Thread Index |
Old Index