summaryrefslogtreecommitdiff
path: root/security/coreconf
diff options
context:
space:
mode:
authorwtc%netscape.com <devnull@localhost>2003-07-21 18:51:08 +0000
committerwtc%netscape.com <devnull@localhost>2003-07-21 18:51:08 +0000
commit909956039e1f1daf67f70f2bc723a9577d13ce01 (patch)
treee698b338695cb93903bbea1ea4ff8ef06c95bba5 /security/coreconf
parenta15c1cc5493b64ab882472437842b3141dd811b4 (diff)
downloadnss-hg-909956039e1f1daf67f70f2bc723a9577d13ce01.tar.gz
Bugzilla bug 211350: support IRIX Alpha releases, whose 'uname -r' output
contains "-ALPHA...".
Diffstat (limited to 'security/coreconf')
-rw-r--r--security/coreconf/arch.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/security/coreconf/arch.mk b/security/coreconf/arch.mk
index ca2354c85..a49ffacb0 100644
--- a/security/coreconf/arch.mk
+++ b/security/coreconf/arch.mk
@@ -137,10 +137,11 @@ ifeq ($(OS_ARCH),SINIX-N)
endif
#
-# Handle FreeBSD 2.2-STABLE and Linux 2.0.30-osfmach3
+# Handle FreeBSD 2.2-STABLE, Linux 2.0.30-osfmach3, and
+# IRIX 6.5-ALPHA-1289139620.
#
-ifeq (,$(filter-out Linux FreeBSD,$(OS_ARCH)))
+ifeq (,$(filter-out Linux FreeBSD IRIX,$(OS_ARCH)))
OS_RELEASE := $(shell echo $(OS_RELEASE) | sed 's/-.*//')
endif