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 | 882d3eb4fe8c809807b4232f1e499c7b966f0fd1 (patch) | |
tree | 4ba809a4ee12e6e6894da2f50f8724926076e91f /mail | |
parent | 35b1981bfd386a291c7a6a4e4a151d9dd92ccf7c (diff) | |
download | pkgsrc-882d3eb4fe8c809807b4232f1e499c7b966f0fd1.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 'mail')
-rw-r--r-- | mail/deliver/Makefile | 4 | ||||
-rw-r--r-- | mail/libesmtp/Makefile | 4 | ||||
-rw-r--r-- | mail/nmh/Makefile | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/mail/deliver/Makefile b/mail/deliver/Makefile index 1b9672296da..43211b24491 100644 --- a/mail/deliver/Makefile +++ b/mail/deliver/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2007/10/16 23:49:01 tnn Exp $ +# $NetBSD: Makefile,v 1.13 2008/03/11 18:47:40 tnn Exp $ DISTNAME= deliver-2.1.14 PKGREVISION= 1 @@ -18,7 +18,7 @@ PKG_SUPPORTED_OPTIONS= deliver-suid .include "../../mk/bsd.prefs.mk" -.if ${OPSYS} == "IRIX" +.if !empty(MACHINE_PLATFORM:MIRIX-5*) CPPFLAGS+= -DNO_SYS_TIMEB_H .endif diff --git a/mail/libesmtp/Makefile b/mail/libesmtp/Makefile index 897d587a858..e9404259e01 100644 --- a/mail/libesmtp/Makefile +++ b/mail/libesmtp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2008/01/18 05:08:25 tnn Exp $ +# $NetBSD: Makefile,v 1.27 2008/03/11 18:47:40 tnn Exp $ DISTNAME= libesmtp-1.0.4 PKGREVISION= 1 @@ -20,7 +20,7 @@ CONFIGURE_ARGS+= --disable-isoc .include "../../mk/bsd.prefs.mk" -.if ${OPSYS} == "IRIX" +.if !empty(MACHINE_PLATFORM:MIRIX-5*) CONFIGURE_ARGS+= --enable-emulate-getaddrinfo .endif diff --git a/mail/nmh/Makefile b/mail/nmh/Makefile index e01b9724b7a..20ddd8a3ebf 100644 --- a/mail/nmh/Makefile +++ b/mail/nmh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.66 2007/11/17 12:04:13 rillig Exp $ +# $NetBSD: Makefile,v 1.67 2008/03/11 18:47:40 tnn Exp $ DISTNAME= nmh-1.0.4 PKGREVISION= 7 @@ -27,7 +27,7 @@ USE_TOOLS+= lex CFLAGS+= -O1 .endif -.if ${OPSYS} == "IRIX" +.if !empty(MACHINE_PLATFORM:MIRIX-5*) CPPFLAGS+= -DIRIX5 # for a patch with extra typedefs .endif |