summaryrefslogtreecommitdiff
path: root/bootstrap/bootstrap
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2021-11-12 20:29:05 +0000
committernia <nia@pkgsrc.org>2021-11-12 20:29:05 +0000
commit2cfa045f7ca2b09cf4bc5ff8e839584ee0913429 (patch)
tree93bb0da8bcdba0ab3e76483165caa718e8e3ee8e /bootstrap/bootstrap
parent459e1b66d63f5f7b441ae55bc04bf5276dd7c82a (diff)
downloadpkgsrc-2cfa045f7ca2b09cf4bc5ff8e839584ee0913429.tar.gz
mk/bootstrap: Fix bits for SCO UnixWare 7.
Derived from a patch from Boyd Lynn Gerber.
Diffstat (limited to 'bootstrap/bootstrap')
-rwxr-xr-xbootstrap/bootstrap3
1 files changed, 2 insertions, 1 deletions
diff --git a/bootstrap/bootstrap b/bootstrap/bootstrap
index 9cb356139ab..9b0b1a92f6c 100755
--- a/bootstrap/bootstrap
+++ b/bootstrap/bootstrap
@@ -1,6 +1,6 @@
#! /bin/sh
-# $NetBSD: bootstrap,v 1.302 2021/07/13 12:43:58 schmonz Exp $
+# $NetBSD: bootstrap,v 1.303 2021/11/12 20:29:05 nia Exp $
#
# Copyright (c) 2001-2011 Alistair Crooks <agc@NetBSD.org>
# All rights reserved.
@@ -835,6 +835,7 @@ UnixWare)
need_awk=yes
need_sed=yes
whoamiprog=/usr/ucb/whoami
+ machine_arch=`uname -m`
CC="gcc -DUNIXWARE"; export CC
;;
*)