pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/bootstrap
Module Name: pkgsrc
Committed By: sevan
Date: Sat Dec 9 00:33:36 UTC 2017
Modified Files:
pkgsrc/bootstrap: bootstrap
Log Message:
Define machine_arch for Cygwin, this resolves an issue where MACHINE_ARCH is set
to blank & configure substituation breaks because host type identifier is
complete.
-pc-cygwin, rather than x86_64-pc-cygwin.
To generate a diff of this commit:
cvs rdiff -u -r1.244 -r1.245 pkgsrc/bootstrap/bootstrap
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/bootstrap/bootstrap
diff -u pkgsrc/bootstrap/bootstrap:1.244 pkgsrc/bootstrap/bootstrap:1.245
--- pkgsrc/bootstrap/bootstrap:1.244 Sun Oct 22 19:29:20 2017
+++ pkgsrc/bootstrap/bootstrap Sat Dec 9 00:33:36 2017
@@ -1,6 +1,6 @@
#! /bin/sh
-# $NetBSD: bootstrap,v 1.244 2017/10/22 19:29:20 bsiegert Exp $
+# $NetBSD: bootstrap,v 1.245 2017/12/09 00:33:36 sevan Exp $
#
# Copyright (c) 2001-2011 Alistair Crooks <agc%NetBSD.org@localhost>
# All rights reserved.
@@ -542,6 +542,7 @@ CYGWIN_*)
need_awk=no
need_sed=no
need_xargs=no
+ machine_arch=`uname -m`
# only used for unprivileged builds.
whoamiprog='id -u'
groupsprog='id -g'
Home |
Main Index |
Thread Index |
Old Index