diff options
Diffstat (limited to 'mail/deliver/Makefile')
-rw-r--r-- | mail/deliver/Makefile | 4 |
1 files changed, 2 insertions, 2 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 |