diff options
author | tnn <tnn@pkgsrc.org> | 2008-03-11 18:47:40 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2008-03-11 18:47:40 +0000 |
commit | c48fdba7937c0179420f371fb73b3e6e86784c02 (patch) | |
tree | 4ba809a4ee12e6e6894da2f50f8724926076e91f /shells | |
parent | 54b5f406a403bcfa974b1e1a8668905c10d4e4e7 (diff) | |
download | pkgsrc-c48fdba7937c0179420f371fb73b3e6e86784c02.tar.gz |
Put back a couple of IRIX conditionals the way they used to behave,
e.g. match IRIX 5.x but not 6.x. Some of these may indeed apply to 6.x
too, but let's be conservative. PR pkg/38224.
Diffstat (limited to 'shells')
-rw-r--r-- | shells/bash/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shells/bash/Makefile b/shells/bash/Makefile index d438877d47b..214b7627ca6 100644 --- a/shells/bash/Makefile +++ b/shells/bash/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.37 2007/10/16 23:49:02 tnn Exp $ +# $NetBSD: Makefile,v 1.38 2008/03/11 18:47:41 tnn Exp $ DISTNAME= bash-3.2 PKGNAME= bash-3.2.25 @@ -69,7 +69,7 @@ BUILDLINK_DEPMETHOD.readline= build .endif # the code has problems with older versions of yacc -.if ${OPSYS} == "IRIX" +.if !empty(MACHINE_PLATFORM:MIRIX-5*) USE_TOOLS+= bison .endif |