summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorjschauma <jschauma>2003-03-31 02:58:01 +0000
committerjschauma <jschauma>2003-03-31 02:58:01 +0000
commit2645caa9c14d5c3acb227dbeb81eec3eb65655cf (patch)
tree27bdc846c640a3d703bbe80a7689bccebc1bb799 /mk
parentd349db96a6ca43dff5dbb7f808ed87610220c6fd (diff)
downloadpkgsrc-2645caa9c14d5c3acb227dbeb81eec3eb65655cf.tar.gz
${UNAME} -p is a good value for LOWER_ARCH on Irix as well.
Diffstat (limited to 'mk')
-rw-r--r--mk/bsd.prefs.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/mk/bsd.prefs.mk b/mk/bsd.prefs.mk
index 1cfe207bfe2..457460efa8e 100644
--- a/mk/bsd.prefs.mk
+++ b/mk/bsd.prefs.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.prefs.mk,v 1.108 2003/03/28 21:16:10 wiz Exp $
+# $NetBSD: bsd.prefs.mk,v 1.109 2003/03/31 02:58:01 jschauma Exp $
#
# Make file, included to get the site preferences, if any. Should
# only be included by package Makefiles before any .if defined()
@@ -118,6 +118,7 @@ MAKEFLAGS+= LOWER_ARCH=${LOWER_ARCH}
LOWER_VENDOR?= apple
.elif ${OPSYS:MIRIX*} != ""
+LOWER_ARCH!= ${UNAME} -p
LOWER_OPSYS?= irix${OS_VERSION:C/\.[0-9]//}
LOWER_VENDOR?= sgi