diff options
author | jschauma <jschauma@pkgsrc.org> | 2003-03-31 02:58:01 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2003-03-31 02:58:01 +0000 |
commit | a03d2b767f40207eab852b170dc824d387de60ea (patch) | |
tree | 27bdc846c640a3d703bbe80a7689bccebc1bb799 /mk | |
parent | cd17cf84c31f7a19e83754fada2a68de5a33f5b1 (diff) | |
download | pkgsrc-a03d2b767f40207eab852b170dc824d387de60ea.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.mk | 3 |
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 |