pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/bootstrap hpux: machine_arch is hppa, not 9000.
details: https://anonhg.NetBSD.org/pkgsrc/rev/6c612242c0d3
branches: trunk
changeset: 528233:6c612242c0d3
user: tnn <tnn%pkgsrc.org@localhost>
date: Wed Apr 25 13:24:24 2007 +0000
description:
hpux: machine_arch is hppa, not 9000.
diffstat:
bootstrap/bootstrap | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r 75a0d3c03397 -r 6c612242c0d3 bootstrap/bootstrap
--- a/bootstrap/bootstrap Wed Apr 25 13:21:43 2007 +0000
+++ b/bootstrap/bootstrap Wed Apr 25 13:24:24 2007 +0000
@@ -1,6 +1,6 @@
#! /bin/sh
-# $NetBSD: bootstrap,v 1.95 2007/04/14 14:17:49 tnn Exp $
+# $NetBSD: bootstrap,v 1.96 2007/04/25 13:24:24 tnn Exp $
#
#
# Copyright (c) 2001-2002 Alistair G. Crooks. All rights reserved.
@@ -375,6 +375,7 @@
need_awk=yes
need_sed=yes
set_opsys=no
+ machine_arch=`uname -m | sed 's/^9000.*$/hppa/'`
;;
IRIX*)
if [ -d "/usr/freeware/bin" ]; then
Home |
Main Index |
Thread Index |
Old Index