pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/bootstrap Set machine_arch=mipseb on IRIX, so that bin...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/be4bef7584b5
branches:  trunk
changeset: 487313:be4bef7584b5
user:      jschauma <jschauma%pkgsrc.org@localhost>
date:      Wed Jan 12 16:42:13 2005 +0000

description:
Set machine_arch=mipseb on IRIX, so that binary packages don't complain
about a mismatch.

diffstat:

 bootstrap/bootstrap |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 8fea9a34bb64 -r be4bef7584b5 bootstrap/bootstrap
--- a/bootstrap/bootstrap       Wed Jan 12 16:41:14 2005 +0000
+++ b/bootstrap/bootstrap       Wed Jan 12 16:42:13 2005 +0000
@@ -1,6 +1,6 @@
 #! /bin/sh
 
-# $NetBSD: bootstrap,v 1.26 2005/01/12 11:30:37 agc Exp $
+# $NetBSD: bootstrap,v 1.27 2005/01/12 16:42:13 jschauma Exp $
 #
 #
 # Copyright (c) 2001-2002 Alistair G. Crooks.  All rights reserved.
@@ -250,6 +250,7 @@
        opsys=IRIX
        need_sed=yes
        set_opsys=yes
+       machine_arch=mipseb
        ;;
 Linux)
        if [ -f /etc/debian_version ]; then



Home | Main Index | Thread Index | Old Index